unnecessary function deleted

This commit is contained in:
Taku Shimosawa
2012-02-29 09:35:43 +09:00
parent 07d4f293e2
commit c13585fccb

View File

@ -9,13 +9,6 @@
int num_processors = 1;
static volatile int ap_stop = 1;
void ap_idle(void)
{
while (1) {
cpu_halt();
}
}
static void ap_wait(void)
{
while (ap_stop) {