summaryrefslogtreecommitdiffstats
path: root/src/include/cpu/x86/cache.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-07-28 21:25:21 +0200
committerMartin Roth <martinroth@google.com>2016-07-31 18:30:16 +0200
commit918535a657b4ee393708640aa2e8ed3c75de20b9 (patch)
treeb30037239dd2f44555348c95f3cc5a287a5f1f77 /src/include/cpu/x86/cache.h
parent1bcd7fcb6199528fc82685e161d6b39f273a1962 (diff)
downloadcoreboot-918535a657b4ee393708640aa2e8ed3c75de20b9.tar.gz
coreboot-918535a657b4ee393708640aa2e8ed3c75de20b9.tar.bz2
coreboot-918535a657b4ee393708640aa2e8ed3c75de20b9.zip
src/include: Capitalize CPU, RAM and ROM
Change-Id: Id40c1bf868820c77ea20146d19c6d552c2f970c4 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/15942 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/include/cpu/x86/cache.h')
-rw-r--r--src/include/cpu/x86/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cpu/x86/cache.h b/src/include/cpu/x86/cache.h
index 9c1af294e8a3..2c8c44b5318a 100644
--- a/src/include/cpu/x86/cache.h
+++ b/src/include/cpu/x86/cache.h
@@ -52,7 +52,7 @@ static inline void invd(void)
/* The following functions require the always_inline due to AMD
* function STOP_CAR_AND_CPU that disables cache as
- * ram, the cache as ram stack can no longer be used. Called
+ * RAM, the cache as RAM stack can no longer be used. Called
* functions must be inlined to avoid stack usage. Also, the
* compiler must keep local variables register based and not
* allocated them from the stack. With gcc 4.5.0, some functions