From c13585fccbaff4040666e31fdbf54a43656f0e40 Mon Sep 17 00:00:00 2001 From: Taku Shimosawa Date: Wed, 29 Feb 2012 09:35:43 +0900 Subject: [PATCH] unnecessary function deleted --- kernel/ap.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kernel/ap.c b/kernel/ap.c index 411b6e04..1b7abf07 100644 --- a/kernel/ap.c +++ b/kernel/ap.c @@ -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) {