[PATCH] Remove now unused default_update_genapic

From: Andi Kleen
Date: Fri Jan 30 2009 - 05:21:52 EST


From: Andi Kleen <ak@xxxxxxxxxxxxxxx>

Signed-off-by: Andi Kleen <ak@xxxxxxxxxxxxxxx>
---
arch/x86/kernel/setup.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index d6627cf..535e6bd 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -600,13 +600,7 @@ static int __init setup_elfcorehdr(char *arg)
early_param("elfcorehdr", setup_elfcorehdr);
#endif

-static int __init default_update_genapic(void)
-{
- return 0;
-}
-
static struct x86_quirks default_x86_quirks __initdata = {
- .update_genapic = default_update_genapic,
};

struct x86_quirks *x86_quirks __initdata = &default_x86_quirks;
--
1.5.6.5

--
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/