summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-11-13 21:44:07 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-11-13 21:44:07 +0000
commitbbfdbda99e262257125977a1512392f510ceae66 (patch)
tree9aca465d501b2d747ed6a243ba424514a12cb3b4
parent4a5b0abcbe507a86380cc2862a13455de456fb83 (diff)
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;