summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2005-11-13 21:44:06 +0000
committerfgsch <fgsch@openbsd.org>2005-11-13 21:44:06 +0000
commitbdd6473baffd4297d8bea33ddc61e5b00b16fa77 (patch)
tree241c4b645161b63516814c04723bb5c6976fde48
parentset type=XX sets the /type/ of the information query, not the /top/ (diff)
downloadwireguard-openbsd-bdd6473baffd4297d8bea33ddc61e5b00b16fa77.tar.xz
wireguard-openbsd-bdd6473baffd4297d8bea33ddc61e5b00b16fa77.zip
remove unused define.
-rw-r--r--sys/arch/amd64/amd64/machdep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c
index ad692c2378c..8b35e1455f1 100644
--- a/sys/arch/amd64/amd64/machdep.c
+++ b/sys/arch/amd64/amd64/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.39 2005/11/13 17:51:52 fgsch Exp $ */
+/* $OpenBSD: machdep.c,v 1.40 2005/11/13 21:44:06 fgsch Exp $ */
/* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */
/*-
@@ -165,8 +165,6 @@ int cpu_class;
char *ssym = NULL;
vaddr_t kern_end;
-#define CPUID2MODEL(cpuid) (((cpuid) >> 4) & 15)
-
vaddr_t msgbuf_vaddr;
paddr_t msgbuf_paddr;