From 99e68b9345864751e1616b697048228dfb38832c Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Thu, 13 Nov 2008 01:53:55 +0000 Subject: [PATCH] Kill v2 leftovers. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://coreboot.org/repository/coreboot-v3@1013 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/intel/core2/stage0.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/intel/core2/stage0.S b/arch/x86/intel/core2/stage0.S index 893ae19aeb..dc656b32c2 100644 --- a/arch/x86/intel/core2/stage0.S +++ b/arch/x86/intel/core2/stage0.S @@ -64,7 +64,6 @@ __protected_stage0: movw %ax, %gs cache_as_ram: -#if USE_FALLBACK_IMAGE == 1 port80_post(0x20) @@ -129,7 +128,6 @@ clear_mtrrs: //movl $0x23322332, %eax xorl %eax, %eax rep stosl -#endif /* Enable Cache As RAM mode by disabling cache */ movl %cr0, %eax