Added BULLDOZER target. So far it uses barcelona kernels.

This commit is contained in:
Zhang Xianyi
2012-12-07 00:53:31 +08:00
parent b7c0fa6bd2
commit bfaaa975e6
47 changed files with 156 additions and 132 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ int get_L2_size(void){
int eax, ebx, ecx, edx;
#if defined(ATHLON) || defined(OPTERON) || defined(BARCELONA) || defined(BOBCAT) || \
#if defined(ATHLON) || defined(OPTERON) || defined(BARCELONA) || defined(BOBCAT) || defined(BULLDOZER) || \
defined(CORE_PRESCOTT) || defined(CORE_CORE2) || defined(PENRYN) || defined(DUNNINGTON) || \
defined(CORE_NEHALEM) || defined(CORE_SANDYBRIDGE) || defined(ATOM) || defined(GENERIC)