ChangeSet 1.2231.1.104, 2005/03/28 19:45:26-08:00, [EMAIL PROTECTED]
[PATCH] uml: fix compile
Quick compile fix for i386-only change (which interacts with UML since
we
include headers from include/asm-$(SUBARCH)), which keeps the old
behaviour
and hence should cause no problems.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
signal.h | 3 +++
1 files changed, 3 insertions(+)
diff -Nru a/include/asm-um/signal.h b/include/asm-um/signal.h
--- a/include/asm-um/signal.h 2005-03-28 21:29:21 -08:00
+++ b/include/asm-um/signal.h 2005-03-28 21:29:21 -08:00
@@ -11,6 +11,9 @@
#define do_signal do_signal_renamed
#include "asm/arch/signal.h"
#undef do_signal
+#undef ptrace_signal_deliver
+
+#define ptrace_signal_deliver(regs, cookie) do {} while(0)
#endif
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html