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 per-CPU local apic redir table (2 ...



details:   https://anonhg.NetBSD.org/src/rev/c062e54fc273
branches:  trunk
changeset: 537843:c062e54fc273
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Oct 06 14:28:17 2002 +0000

description:
Add per-CPU local apic redir table (2 pointers).

diffstat:

 sys/arch/i386/include/cpu.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 816ef76d2db4 -r c062e54fc273 sys/arch/i386/include/cpu.h
--- a/sys/arch/i386/include/cpu.h       Sun Oct 06 13:42:36 2002 +0000
+++ b/sys/arch/i386/include/cpu.h       Sun Oct 06 14:28:17 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.84 2002/10/06 12:37:35 fvdl Exp $    */
+/*     $NetBSD: cpu.h,v 1.85 2002/10/06 14:28:17 fvdl Exp $    */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -75,6 +75,8 @@
 
 #define        CAI_COUNT       7
 
+struct mp_intr_map;
+
 /*
  * a bunch of this belongs in cpuvar.h; move it later..
  */
@@ -151,6 +153,8 @@
 
        char *ci_doubleflt_stack;
        char *ci_ddbipi_stack;
+
+       struct mp_intr_map *ci_lapic_ints[2];
 };
 
 /*



Home | Main Index | Thread Index | Old Index