aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/car/p4-netburst/cache_as_ram.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/car/p4-netburst/cache_as_ram.S')
-rw-r--r--src/cpu/intel/car/p4-netburst/cache_as_ram.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/intel/car/p4-netburst/cache_as_ram.S b/src/cpu/intel/car/p4-netburst/cache_as_ram.S
index fda572d659..f84e85565e 100644
--- a/src/cpu/intel/car/p4-netburst/cache_as_ram.S
+++ b/src/cpu/intel/car/p4-netburst/cache_as_ram.S
@@ -393,11 +393,11 @@ fill_cache:
/* push TSC and BIST to stack */
movd %mm0, %eax
- pushl %eax /* BIST */
+ pushl %eax /* BIST */
movd %mm2, %eax
pushl %eax /* tsc[63:32] */
movd %mm1, %eax
- pushl %eax /* tsc[31:0] */
+ pushl %eax /* tsc[31:0] */
before_c_entry:
post_code(0x2f)