cpu/amd/geode_lx: Trivial - remove useless comment

Change-Id: I4b04f84fb2be7da4b7ffab71bb2c41142f455440
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6567
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
This commit is contained in:
Edward O'Callaghan 2014-08-10 02:09:13 +10:00
parent 1882527399
commit a0a019698d
2 changed files with 0 additions and 2 deletions

View File

@ -163,7 +163,6 @@ static void SetDelayControl(u8 dimm0, u8 dimm1, int terminated)
wrmsr(GLCP_DELAY_CONTROLS, msr); wrmsr(GLCP_DELAY_CONTROLS, msr);
} }
/* cpuRegInit */
void cpuRegInit(int debug_clock_disable, u8 dimm0, u8 dimm1, int terminated) void cpuRegInit(int debug_clock_disable, u8 dimm0, u8 dimm1, int terminated)
{ {
int msrnum; int msrnum;

View File

@ -35,7 +35,6 @@ static void StartTimer1(void)
void SystemPreInit(void) void SystemPreInit(void)
{ {
/* they want a jump ... */ /* they want a jump ... */
#if !CONFIG_CACHE_AS_RAM #if !CONFIG_CACHE_AS_RAM
__asm__ __volatile__("jmp .+2\ninvd\njmp .+2\n"); __asm__ __volatile__("jmp .+2\ninvd\njmp .+2\n");