* [2.6 patch] i386 traps.c: remove an unused function
@ 2004-10-28 23:23 Adrian Bunk
2004-10-29 0:28 ` Adrian Bunk
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2004-10-28 23:23 UTC (permalink / raw)
To: linux-kernel
-----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@stusta.de>
- --- 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-----
^ permalink raw reply [flat|nested] 2+ messages in thread
* [2.6 patch] i386 traps.c: remove an unused function
2004-10-28 23:23 [2.6 patch] i386 traps.c: remove an unused function Adrian Bunk
@ 2004-10-29 0:28 ` Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2004-10-29 0:28 UTC (permalink / raw)
To: linux-kernel
[ 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@stusta.de>
--- 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)
{
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-29 1:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-28 23:23 [2.6 patch] i386 traps.c: remove an unused function Adrian Bunk
2004-10-29 0:28 ` Adrian Bunk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.