HAOUAS Elyes (ehaouas@noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16858
-gerrit
commit d09621995a1fd21d2a4829a9766ee11545fbfc09 Author: Elyes HAOUAS ehaouas@noos.fr Date: Mon Oct 3 21:06:37 2016 +0200
cpu/amd/geode_gx2: Remove unnecessary semicolon
Change-Id: I5585eac9fec5180254c7d3cc966441e9794e8390 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- src/cpu/amd/geode_gx2/cpubug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cpu/amd/geode_gx2/cpubug.c b/src/cpu/amd/geode_gx2/cpubug.c index 819a056..af7ddf3 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);