diff options
Diffstat (limited to 'sys/arch/i386/include/cpu.h')
-rw-r--r-- | sys/arch/i386/include/cpu.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 10ce69a46ea..50251739c00 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.77 2006/05/19 19:43:41 dim Exp $ */ +/* $OpenBSD: cpu.h,v 1.78 2006/05/29 09:54:20 mickey Exp $ */ /* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ /*- @@ -114,10 +114,11 @@ struct cpu_info { u_int32_t ci_imask[NIPL]; u_int32_t ci_iunmask[NIPL]; - paddr_t ci_idle_pcb_paddr; /* PA of idle PCB */ - u_long ci_flags; /* flags; see below */ - u_int32_t ci_ipis; /* interprocessor interrupts pending */ - int sc_apic_version; /* local APIC version */ + paddr_t ci_idle_pcb_paddr; /* PA of idle PCB */ + u_long ci_flags; /* flags; see below */ + u_int32_t ci_ipis; /* interprocessor interrupts pending */ + int sc_apic_version;/* local APIC version */ + u_int64_t ci_tscbase; u_int32_t ci_level; u_int32_t ci_vendor[4]; |