[patch 01/12] uml: fix compile

From: blaisorblade
Date: Tue Mar 22 2005 - 13:36:44 EST



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 <blaisorblade@xxxxxxxx>
---

linux-2.6.11-paolo/include/asm-um/signal.h | 3 +++
1 files changed, 3 insertions(+)

diff -puN include/asm-um/signal.h~uml-fix-compile include/asm-um/signal.h
--- linux-2.6.11/include/asm-um/signal.h~uml-fix-compile 2005-03-21 20:13:13.000000000 +0100
+++ linux-2.6.11-paolo/include/asm-um/signal.h 2005-03-21 20:13:13.000000000 +0100
@@ -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 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/