aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-10-03 21:06:37 +0200
committerMartin Roth <martinroth@google.com>2016-10-07 18:07:48 +0200
commitc44fb50185571b6bdf4febcc4cc1476a79c67ae2 (patch)
tree95d9fc24e9cc9624c1ccc02dbb596b6ed7b25484 /src
parent9b865b47b0670e4bb9ee57cafd6d37f7a20bcfd1 (diff)
cpu/amd/geode_gx2: Remove unnecessary semicolon
Change-Id: I5585eac9fec5180254c7d3cc966441e9794e8390 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16858 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/cpu/amd/geode_gx2/cpubug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/geode_gx2/cpubug.c b/src/cpu/amd/geode_gx2/cpubug.c
index 819a056d40..af7ddf349f 100644
--- a/src/cpu/amd/geode_gx2/cpubug.c
+++ b/src/cpu/amd/geode_gx2/cpubug.c
@@ -247,7 +247,7 @@ static void bug118339(void)
/* SET2M fires if VG pri is odd (3, not 2) and Ystate=0 */
msrnum = MSR_GLCP + 0x042;
- /* msr.hi = 2d6b8000h */;
+ /* msr.hi = 2d6b8000h; */
msr.hi = 0x596b8000;
msr.lo = 0x00000a00;
wrmsr(msrnum, msr);