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

From: Adrian Bunk
Date: Thu Oct 28 2004 - 20:33:14 EST


[ this time without the problems due to a digital signature... ]

The patch below removes an unused function from arch/i386/kernel/traps.c


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


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

--- linux-2.6.10-rc1-mm1-full/arch/i386/kernel/traps.c.old 2004-10-28 22:32:02.000000000 +0200
+++ linux-2.6.10-rc1-mm1-full/arch/i386/kernel/traps.c 2004-10-28 22:32:13.000000000 +0200
@@ -400,15 +400,6 @@
die(str, regs, err);
}

-static inline unsigned long get_cr2(void)
-{
- unsigned long address;
-
- /* get the address */
- __asm__("movl %%cr2,%0":"=r" (address));
- return address;
-}
-
static inline void do_trap(int trapnr, int signr, char *str, int vm86,
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/