[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200808160341.m7G3fjrk022538@wolfmountaingroup.com>
Date: Fri, 15 Aug 2008 21:41:45 -0600
From: jmerkey@...fmountaingroup.com
To: linux-kernel@...r.kernel.org
Subject: [PATCH 2.6.27-rc3 1/28] mdb: remove modules conditionals
remove module base conditionals. remove any reference to any file
owned or maintained by Ingo Molnar based on his request.
Signed-off-by: Jeffrey Vernon Merkey (jmerkey@...fmountaingroup.com)
--- a/arch/x86/kernel/reboot.c 2008-08-15 21:26:12.000000000 -0600
+++ b/arch/x86/kernel/reboot.c 2008-08-15 16:52:30.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@...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