diff options
Diffstat (limited to 'src/cpu/amd/geode_lx')
-rw-r--r-- | src/cpu/amd/geode_lx/geode_lx_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/geode_lx/geode_lx_init.c b/src/cpu/amd/geode_lx/geode_lx_init.c index 335caa3c4a..8ff5848c74 100644 --- a/src/cpu/amd/geode_lx/geode_lx_init.c +++ b/src/cpu/amd/geode_lx/geode_lx_init.c @@ -40,7 +40,7 @@ static void geode_lx_init(device_t dev) /* Turn on caching if we haven't already */ x86_enable_cache(); - /* Enable the local CPU apics */ + /* Enable the local CPU APICs */ //setup_lapic(); // do VSA late init |