[PATCH 2.6.27-rc5 2/29] mdb: export genapic and machine_restart functions

From: jmerkey
Date: Fri Aug 29 2008 - 02:15:45 EST


export genapic and machine_restart functions


Signed-off-by: Jeffrey Vernon Merkey (jmerkey@xxxxxxxxxxxxxxxxxxxxx)

--- a/arch/x86/kernel/reboot.c 2008-08-28 14:19:19.000000000 -0600
+++ b/arch/x86/kernel/reboot.c 2008-08-28 14:20:04.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();
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/