g/c ci_idle_pcb_paddr

This commit is contained in:
yamt 2008-01-05 21:37:25 +00:00
parent 4e9db724cc
commit a0958af97a
3 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.39 2008/01/01 20:32:11 yamt Exp $ */
/* $NetBSD: cpu.h,v 1.40 2008/01/05 21:37:25 yamt Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -114,7 +114,6 @@ struct cpu_info {
u_int32_t ci_imask[NIPL];
u_int32_t ci_iunmask[NIPL];
paddr_t ci_idle_pcb_paddr;
u_int ci_flags;
u_int32_t ci_ipis;

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.155 2008/01/04 15:55:33 yamt Exp $ */
/* $NetBSD: cpu.h,v 1.156 2008/01/05 21:37:25 yamt Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -130,7 +130,6 @@ struct cpu_info {
uint32_t ci_imask[NIPL];
uint32_t ci_iunmask[NIPL];
paddr_t ci_idle_pcb_paddr; /* PA of idle PCB */
uint32_t ci_flags; /* flags; see below */
uint32_t ci_ipis; /* interprocessor interrupts pending */
int sc_apic_version; /* local APIC version */

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.27 2008/01/04 15:55:35 yamt Exp $ */
/* $NetBSD: cpu.h,v 1.28 2008/01/05 21:37:25 yamt Exp $ */
/* NetBSD: cpu.h,v 1.113 2004/02/20 17:35:01 yamt Exp */
/*-
@ -118,7 +118,6 @@ struct cpu_info {
u_int32_t ci_iunmask[NIPL];
void * ci_intrstack;
paddr_t ci_idle_pcb_paddr; /* PA of idle PCB */
u_int32_t ci_flags; /* flags; see below */
u_int32_t ci_ipis; /* interprocessor interrupts pending */
int sc_apic_version; /* local APIC version */