[PATCH 2/2] x86: Fixing __cpuinit/__init tangle.

From: Rakib Mullick
Date: Thu Nov 20 2008 - 08:13:03 EST


Signed-off-by: Rakib Mullick <rakib.mullick@xxxxxxxxx>

--- linux-2.6-orig/arch/x86/kernel/xsave.c 2008-11-17 20:30:12.000000000 +0600
+++ linux-2.6/arch/x86/kernel/xsave.c 2008-11-19 05:48:35.000000000 +0600
@@ -310,7 +310,7 @@ static void __init setup_xstate_init(voi
/*
* Enable and initialize the xsave feature.
*/
-void __init xsave_cntxt_init(void)
+void __ref xsave_cntxt_init(void)
{
unsigned int eax, ebx, ecx, edx;
--
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/