[PATCH 2.6.27-rc4 1/27] mdb: export genapic and machine_restart functions

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: jmerkey
Date: Wednesday, August 20, 2008 - 7:50 pm

export genapic and machine_restart functions


Signed-off-by: Jeffrey Vernon Merkey (jmerkey@wolfmountaingroup.com)

--- a/arch/x86/kernel/reboot.c	2008-08-18 23:39:25.000000000 -0600
+++ b/arch/x86/kernel/reboot.c	2008-08-18 23:40:26.000000000 -0600
@@ -502,7 +502,10 @@
 {
 	machine_ops.restart(cmd);
 }
-
+EXPORT_SYMBOL_GPL(machine_restart);
+#if defined(CONFIG_SMP)
+EXPORT_SYMBOL(genapic);
+#endif
 void machine_halt(void)
 {
 	machine_ops.halt();
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 2.6.27-rc4 1/27] mdb: export genapic and machine_re ..., jmerkey, (Wed Aug 20, 7:50 pm)