From 65186ce66c299c31b5e1dad9efbcc4c05fa5989a Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Thu, 14 Oct 2004 20:15:40 +0000 Subject: - remove old cpu header files - Update cpu.h for the new cpu initialization scheme git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1660 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/cpu/cpufixup.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/include/cpu/cpufixup.h (limited to 'src/include/cpu/cpufixup.h') diff --git a/src/include/cpu/cpufixup.h b/src/include/cpu/cpufixup.h deleted file mode 100644 index 531b2a8e9d..0000000000 --- a/src/include/cpu/cpufixup.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef CPU_CPUFIXUP_H -#define CPU_CPUFIXUP_H - -struct mem_range; - -#include -#include -#include - -#if CPU_FIXUP == 1 -# if (k8==1) -#warning "====>Temporary notice that we are using k8 cpufixup" -# define cpufixup(mem) k8_cpufixup(mem) -# elif (k7==1) -#warning "====>Temporary notice that we are using k7 cpufixup" -# define cpufixup(mem) k7_cpufixup(mem) -# elif (i786==1) -#warning "====>Temporary notice that we are using i786 cpufixup" -# define cpufixup(mem) i786_cpufixup(mem) -# elif (i686==1) -#warning "====>Temporary notice that we are using i686 cpufixup" -# define cpufixup(mem) p6_cpufixup(mem) -# endif -#else -#warning "====>YOU DID NOT DEFINE ONE OF: k8, k7, i786, i686" -# define cpufixup(mem) do {} while(0) -#endif - -#endif /* CPU_CPUFIXUP_H */ -- cgit v1.2.3