- Remove a semi-colon from after SYSINIT that was introduced in rev. 1.163.
This commit is contained in:
parent
c802961bf0
commit
3780b11057
@ -92,7 +92,7 @@ mp_probe(void *dummy)
|
||||
{
|
||||
mp_probe_status = cpu_mp_probe();
|
||||
}
|
||||
SYSINIT(cpu_mp_probe, SI_SUB_TUNABLES, SI_ORDER_FIRST, mp_probe, NULL);
|
||||
SYSINIT(cpu_mp_probe, SI_SUB_TUNABLES, SI_ORDER_FIRST, mp_probe, NULL)
|
||||
|
||||
/*
|
||||
* Call the MD SMP initialization code.
|
||||
|
Loading…
Reference in New Issue
Block a user