* [PATCH] UML - Remove a quilt-induced duplicity
@ 2004-11-24 23:06 Jeff Dike
0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2004-11-24 23:06 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel, Blaisorblade, Milton Miller
This piece appears to have gone in twice.
Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Jeff Dike <jdike@addtoit.com>
===== arch/um/kernel/tt/trap_user.c 1.5 vs edited =====
Index: 2.6.9/arch/um/kernel/tt/trap_user.c
===================================================================
--- 2.6.9.orig/arch/um/kernel/tt/trap_user.c 2004-11-18 12:24:41.000000000 -0500
+++ 2.6.9/arch/um/kernel/tt/trap_user.c 2004-11-18 12:25:32.000000000 -0500
@@ -30,13 +30,6 @@
if(sig == SIGSEGV)
change_sig(SIGSEGV, 1);
- /* This is done because to allow SIGSEGV to be delivered inside a SEGV
- * handler. This can happen in copy_user, and if SEGV is disabled,
- * the process will die.
- */
- if(sig == SIGSEGV)
- change_sig(SIGSEGV, 1);
-
r = &TASK_REGS(get_current())->tt;
save_regs = *r;
is_user = user_context(SC_SP(sc));
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-25 0:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-24 23:06 [PATCH] UML - Remove a quilt-induced duplicity Jeff Dike
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®