diff options
author | 2008-09-28 20:32:17 +0000 | |
---|---|---|
committer | 2008-09-28 20:32:17 +0000 | |
commit | dd80a187e3a5c83cd29499d485584295c1433bdf (patch) | |
tree | c685d8a3fcd33bfe347cc576fe4e6598549939a9 | |
parent | ntpd does not require you to run rdate -n before it -- it notices such an (diff) | |
download | wireguard-openbsd-dd80a187e3a5c83cd29499d485584295c1433bdf.tar.xz wireguard-openbsd-dd80a187e3a5c83cd29499d485584295c1433bdf.zip |
Remove "XXX for now" NLAPIC define. Already provided via lapic.h.
ok kettenis@
-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 /* |