[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090407150809.B938E1D046E@basil.firstfloor.org>
Date: Tue, 7 Apr 2009 17:08:09 +0200 (CEST)
From: Andi Kleen <andi@...stfloor.org>
To: hpa@...or.com, linux-kernel@...r.kernel.org, mingo@...e.hu,
tglx@...utronix.de
Subject: [PATCH] [26/28] Export add_timer_on for modules
Needed for the modular machine check injector.
Signed-off-by: Andi Kleen <ak@...ux.intel.com>
---
kernel/timer.c | 1 +
1 file changed, 1 insertion(+)
Index: linux/kernel/timer.c
===================================================================
--- linux.orig/kernel/timer.c 2009-04-07 16:09:50.000000000 +0200
+++ linux/kernel/timer.c 2009-04-07 16:09:59.000000000 +0200
@@ -753,6 +753,7 @@
wake_up_idle_cpu(cpu);
spin_unlock_irqrestore(&base->lock, flags);
}
+EXPORT_SYMBOL_GPL(add_timer_on);
/**
* del_timer - deactive a timer.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists