- Remove a semi-colon from after SYSINIT that was introduced in rev. 1.163.

This commit is contained in:
arr 2002-03-20 14:46:38 +00:00
parent c802961bf0
commit 3780b11057

View File

@ -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.