diff options
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/amd/car/cache_as_ram.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/amd/car/cache_as_ram.inc b/src/cpu/amd/car/cache_as_ram.inc index 50b78d0c92..5641682b37 100644 --- a/src/cpu/amd/car/cache_as_ram.inc +++ b/src/cpu/amd/car/cache_as_ram.inc @@ -250,7 +250,6 @@ clear_fixed_var_mtrr_out: wrmsr #endif /* CONFIG_USE_FAILOVER_IMAGE == 1*/ - #if ((CONFIG_HAVE_FAILOVER_BOOT == 1) && (CONFIG_USE_FAILOVER_IMAGE == 0)) || ((CONFIG_HAVE_FAILOVER_BOOT == 0) && (CONFIG_USE_FALLBACK_IMAGE == 0)) /* disable cache */ movl %cr0, %eax @@ -300,7 +299,6 @@ wbcache_post_fam10_setup: andl $0x9fffffff, %eax movl %eax, %cr0 - jmp_if_k8(fam10_end_part1) /* So we need to check if it is BSP */ |