diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-09-28 20:32:18 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-09-28 20:32:18 +0000 |
commit | f711362139050c688530f27bf5ca120edb82ffc5 (patch) | |
tree | 5c972314bd0e569f35316e512acaec67c8732e7b /sys/arch | |
parent | 5b0be138aaf0e63d9cbc7a6f2476a6e043642144 (diff) |
Remove "XXX for now" NLAPIC define. Already provided via lapic.h.
ok kettenis@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/include/cpu.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 62209b1acb3..53d9764f966 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.103 2008/07/18 23:43:31 art Exp $ */ +/* $OpenBSD: cpu.h,v 1.104 2008/09/28 20:32:17 brad Exp $ */ /* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ /*- @@ -49,10 +49,6 @@ #ifdef MULTIPROCESSOR #include <machine/i82489reg.h> #include <machine/i82489var.h> - -/* XXX for now... */ -#define NLAPIC 1 - #endif /* |