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

From: Adrian Bunk
Date: Thu Oct 28 2004 - 18:34:15 EST


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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)
{
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFBgX9umfzqmE8StAARAp1cAJ9UWPsEY9whFKiV74mbCVdqZsWZKACeJCJU
RrA3RYIcl4e1HcwMnVz+9KA=
=6Rti
-----END PGP SIGNATURE-----
-
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/