summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorChristiano F. Haesbaert <haesbaert@cvs.openbsd.org>2012-02-25 00:19:21 +0000
committerChristiano F. Haesbaert <haesbaert@cvs.openbsd.org>2012-02-25 00:19:21 +0000
commitc6525c49eb7cbe04f72e7143afa24b46419947c4 (patch)
tree78aa49cfc0afc5db04753386530b701e350b86fe /sys/arch/amd64
parent812081bb823ad11978aa2cd6f6668a800a1b6d00 (diff)
Remove useless code.
ok kettenis@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/amd64/est.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/amd64/est.c b/sys/arch/amd64/amd64/est.c
index dee558f376b..621e16461df 100644
--- a/sys/arch/amd64/amd64/est.c
+++ b/sys/arch/amd64/amd64/est.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: est.c,v 1.25 2011/04/19 22:14:54 jsg Exp $ */
+/* $OpenBSD: est.c,v 1.26 2012/02/25 00:19:20 haesbaert Exp $ */
/*
* Copyright (c) 2003 Michael Eriksson.
* All rights reserved.
@@ -64,9 +64,6 @@
#include <machine/specialreg.h>
#include <machine/bus.h>
-#define CPUVENDOR_INTEL 0
-#define CPUVENDOR_VIA 8
-
#include "acpicpu.h"
#if NACPICPU > 0