| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Bogus code in linux-queue commit 381ef5828990102b098aeb0a1f6958efd2e99733 |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Thu, 02 Oct 2008 10:41:28 -0700 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.16 (X11/20080723) |
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.comSome '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. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: SMTC Patches [0 of 3], Kevin D. Kissell |
|---|---|
| Next by Date: | Re: [PATCH v2] IDE: Fix platform device registration in Swarm IDE driver, Bartlomiej Zolnierkiewicz |
| Previous by Thread: | [PATCH] ide: Add tx4939ide driver (v3), Atsushi Nemoto |
| Next by Thread: | Re: [PATCH v2] IDE: Fix platform device registration in Swarm IDE driver, Bartlomiej Zolnierkiewicz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |