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 Remove ci_lapic_ints from struct cpu_i...
details: https://anonhg.NetBSD.org/src/rev/64ce6a7775df
branches: trunk
changeset: 537858:64ce6a7775df
user: fvdl <fvdl%NetBSD.org@localhost>
date: Sun Oct 06 20:40:27 2002 +0000
description:
Remove ci_lapic_ints from struct cpu_info again, it isn't needed anymore.
diffstat:
sys/arch/i386/include/cpu.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r db98846d1641 -r 64ce6a7775df sys/arch/i386/include/cpu.h
--- a/sys/arch/i386/include/cpu.h Sun Oct 06 20:39:33 2002 +0000
+++ b/sys/arch/i386/include/cpu.h Sun Oct 06 20:40:27 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.86 2002/10/06 18:31:21 fvdl Exp $ */
+/* $NetBSD: cpu.h,v 1.87 2002/10/06 20:40:27 fvdl Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -151,8 +151,6 @@
char *ci_doubleflt_stack;
char *ci_ddbipi_stack;
-
- struct mp_intr_map *ci_lapic_ints[2];
};
/*
Home |
Main Index |
Thread Index |
Old Index