From 996781f17a00793462f9b311d5f8e7a458679909 Mon Sep 17 00:00:00 2001 From: dillon Date: Tue, 26 Feb 2002 20:33:41 +0000 Subject: revert last commit temporarily due to whining on the lists. --- sys/i386/include/mptable.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/i386/include/mptable.h') diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h index 76f0d1b..008dfc5 100644 --- a/sys/i386/include/mptable.h +++ b/sys/i386/include/mptable.h @@ -2480,9 +2480,6 @@ ap_init(void) /* * For statclock, we send an IPI to all CPU's to have them call this * function. - * - * WARNING! unpend() will call statclock_process() directly and skip this - * routine. */ void forwarded_statclock(struct trapframe frame) @@ -2515,9 +2512,6 @@ forward_statclock(void) * sched_lock if we could simply peek at the CPU to determine the user/kernel * state and call hardclock_process() on the CPU receiving the clock interrupt * and then just use a simple IPI to handle any ast's if needed. - * - * WARNING! unpend() will call hardclock_process() directly and skip this - * routine. */ void forwarded_hardclock(struct trapframe frame) -- cgit v1.1