diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-07-20 12:50:20 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-07-22 05:39:39 +0200 |
commit | eb61ea84f7226d6c081441bbb6fbafbb920505db (patch) | |
tree | 95026f44c1a6830c5d22c6020c4011192f10c612 /src/cpu/intel/model_6ex | |
parent | 9ec691429f1d851c08297d65ff56729fccc6397c (diff) | |
download | coreboot-eb61ea84f7226d6c081441bbb6fbafbb920505db.tar.xz |
intel car: Unify whitespace and comment fixes
Change-Id: Icd0cc7d27f38bdaee6addb98abec6f310cdd9fae
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/15759
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/cpu/intel/model_6ex')
-rw-r--r-- | src/cpu/intel/model_6ex/cache_as_ram.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/model_6ex/cache_as_ram.inc b/src/cpu/intel/model_6ex/cache_as_ram.inc index edd9e6c961..9ae217c9e9 100644 --- a/src/cpu/intel/model_6ex/cache_as_ram.inc +++ b/src/cpu/intel/model_6ex/cache_as_ram.inc @@ -83,7 +83,7 @@ clear_mtrrs: invd movl %eax, %cr0 - /* Clear the cache memory reagion. */ + /* Clear the cache memory region. This will also fill up the cache. */ movl $CACHE_AS_RAM_BASE, %esi movl %esi, %edi movl $(CACHE_AS_RAM_SIZE >> 2), %ecx |