From 59b2dc2cf2c24a9f9ea5e635a31b49ef4c1ef05a Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Wed, 14 Oct 2009 03:09:26 +0000 Subject: White space and typo fixes. This makes it easier to compare the s2895 & s2892. Signed-off-by: Myles Watson Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4773 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/amd/car/cache_as_ram.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cpu') 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 */ -- cgit v1.2.3