Bogus code in linux-queue commit 381ef5828990102b098aeb0a1f6958efd2e99733

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux