diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-14 03:09:26 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-14 03:09:26 +0000 |
commit | 59b2dc2cf2c24a9f9ea5e635a31b49ef4c1ef05a (patch) | |
tree | 1bb913fae07ce73b39f0041b1640e503d193608d /src/cpu/amd/car | |
parent | cb69cb3e69425079d2046c7883865485f2c00dc4 (diff) | |
download | coreboot-59b2dc2cf2c24a9f9ea5e635a31b49ef4c1ef05a.tar.xz |
White space and typo fixes. This makes it easier to compare the s2895 & s2892.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4773 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/car')
-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 */ |