[2.6 patch] x86_64 traps.c: remove an unused function

From: Adrian Bunk
Date: Mon Dec 06 2004 - 19:54:26 EST


The patch below removes an unused function.

It's not compilation tested but grep showed it's unused and I'd already
send a similar patch for i386.


diffstat output:
arch/x86_64/kernel/traps.c | 9 ---------
1 files changed, 9 deletions(-)


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.10-rc2-mm4-full/arch/x86_64/kernel/traps.c.old 2004-12-07 01:47:04.000000000 +0100
+++ linux-2.6.10-rc2-mm4-full/arch/x86_64/kernel/traps.c 2004-12-07 01:47:25.000000000 +0100
@@ -408,15 +408,6 @@
do_exit(SIGSEGV);
}

-static inline unsigned long get_cr2(void)
-{
- unsigned long address;
-
- /* get the address */
- __asm__("movq %%cr2,%0":"=r" (address));
- return address;
-}
-
static void do_trap(int trapnr, int signr, char *str,
struct pt_regs * regs, long error_code, siginfo_t *info)
{

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