Fix !SMP build after r234074.
Reviewed by: attilio, jhb
This commit is contained in:
parent
034efc61ba
commit
0fec3e2d81
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234105
@ -296,10 +296,12 @@ cpu_startup(dummy)
|
||||
|
||||
cpu_setregs();
|
||||
|
||||
#ifdef SMP
|
||||
/*
|
||||
* Add BSP as an interrupt target.
|
||||
*/
|
||||
intr_add_cpu(0);
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -337,10 +337,12 @@ cpu_startup(dummy)
|
||||
cpu_setregs();
|
||||
#endif
|
||||
|
||||
#ifdef SMP
|
||||
/*
|
||||
* Add BSP as an interrupt target.
|
||||
*/
|
||||
intr_add_cpu(0);
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user