From eb61ea84f7226d6c081441bbb6fbafbb920505db Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 20 Jul 2016 12:50:20 +0300 Subject: intel car: Unify whitespace and comment fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icd0cc7d27f38bdaee6addb98abec6f310cdd9fae Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/15759 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/cpu/intel/car/cache_as_ram_ht.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/intel/car') diff --git a/src/cpu/intel/car/cache_as_ram_ht.inc b/src/cpu/intel/car/cache_as_ram_ht.inc index 84a55c738a..0abda49f90 100644 --- a/src/cpu/intel/car/cache_as_ram_ht.inc +++ b/src/cpu/intel/car/cache_as_ram_ht.inc @@ -288,7 +288,7 @@ no_msr_11e: invd movl %eax, %cr0 - /* Clear the cache memory reagion. */ + /* Clear the cache memory region. This will also fill up the cache. */ cld xorl %eax, %eax movl $CACHE_AS_RAM_BASE, %edi -- cgit v1.2.3