Ralf,
When you committed this patch to linux-queue:
http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=48D8969E.6060501%40avtrex.com
Some 'extra' code got added with it. This is code that I didn't write
and furthermore it contains a typo.
----------------
+#include <linux/copiler.h>
#include <linux/linkage.h>
#include <asm/isadep.h>
+extern int ptrace_get_watch_regs(struct task_struct *child,
+ struct pt_watch_regs __user *addr);
+extern int ptrace_set_watch_regs(struct task_struct *child,
+ struct pt_watch_regs __user *addr);
+
----------------
Note that it should read <linux/compiler.h> not <linux/copiler.h>.
Is there some way to fix this?
David Daney.