diff options
Diffstat (limited to 'src/arch/i386/lib/cpu.c')
-rw-r--r-- | src/arch/i386/lib/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/lib/cpu.c b/src/arch/i386/lib/cpu.c index baa029c02c..ad982dbc6c 100644 --- a/src/arch/i386/lib/cpu.c +++ b/src/arch/i386/lib/cpu.c @@ -125,7 +125,7 @@ unsigned long cpu_initialize(struct mem_range *mem) */ unsigned long processor_id = this_processors_id(); printk_notice("Initializing CPU #%d\n", processor_id); - + /* some cpus need a fixup done. This is the hook for doing that. */ cpufixup(mem); |