Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/include Add ci_apicid field.
details: https://anonhg.NetBSD.org/src/rev/536f4d346277
branches: trunk
changeset: 539891:536f4d346277
user: fvdl <fvdl%NetBSD.org@localhost>
date: Thu Nov 28 21:43:55 2002 +0000
description:
Add ci_apicid field.
diffstat:
sys/arch/i386/include/cpu.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r cb6b518f40c7 -r 536f4d346277 sys/arch/i386/include/cpu.h
--- a/sys/arch/i386/include/cpu.h Thu Nov 28 21:41:29 2002 +0000
+++ b/sys/arch/i386/include/cpu.h Thu Nov 28 21:43:55 2002 +0000
@@ -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 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 */
Home |
Main Index |
Thread Index |
Old Index