diff options
| author | fvdl <fvdl@NetBSD.org> | 2002-11-28 21:43:55 +0000 |
|---|---|---|
| committer | fvdl <fvdl@NetBSD.org> | 2002-11-28 21:43:55 +0000 |
| commit | f91cba76ea9d415072abb730066fae3d91ce8585 (patch) | |
| tree | a683fa09e334611a40fcc33693b632eb9fb9200c /sys | |
| parent | b439ca69513d44187796be3d611b3c54bb9923b6 (diff) | |
Add ci_apicid field.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/i386/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index c3e34198d61..2610f9083fb 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.89 2002/11/22 15:23:45 fvdl Exp $ */ +/* $NetBSD: cpu.h,v 1.90 2002/11/28 21:43:55 fvdl Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -96,6 +96,7 @@ struct cpu_info { struct proc *ci_curproc; /* current owner of the processor */ struct simplelock ci_slock; /* lock on this data structure */ cpuid_t ci_cpuid; /* our CPU ID */ + u_int ci_apicid; /* our APIC ID */ u_long ci_spin_locks; /* # of spin locks held */ u_long ci_simple_locks; /* # of simple locks held */ |
