From 85eaacd06e3a2e60229dfdd041197f066d059f58 Mon Sep 17 00:00:00 2001 From: fvdl Date: Sun, 6 Oct 2002 14:28:17 +0000 Subject: [PATCH] Add per-CPU local apic redir table (2 pointers). --- sys/arch/i386/include/cpu.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 0b85ad3c4e45..9b97065fc384 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -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 @@ struct i386_cache_info { #define CAI_COUNT 7 +struct mp_intr_map; + /* * a bunch of this belongs in cpuvar.h; move it later.. */ @@ -151,6 +153,8 @@ struct cpu_info { char *ci_doubleflt_stack; char *ci_ddbipi_stack; + + struct mp_intr_map *ci_lapic_ints[2]; }; /*