diff options
-rw-r--r-- | sys/arch/amd64/amd64/est.c | 5 |
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 |