| To: | "Steven J. Hill" <sjhill@mips.com> |
|---|---|
| Subject: | [mips-sjhill:mti-next 12/21] arch/mips/kernel/traps.c:822:7: error: 'MM_BRK_MEMU' undeclared |
| From: | kbuild test robot <fengguang.wu@intel.com> |
| Date: | Thu, 15 Nov 2012 15:10:36 +0800 |
| Cc: | linux-mips@linux-mips.org |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Heirloom mailx 12.5 6/20/10 |
tree: git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill mti-next
head: e96eec97d092418a7b156d7fab0c3f03860031ba
commit: a32041f908d5313323c6c8c8f06be9296a69038f [12/21] MIPS: Add support for
microMIPS exception handling.
config: make ARCH=mips allmodconfig
All error/warnings:
arch/mips/kernel/traps.c: In function 'do_trap_or_bp':
arch/mips/kernel/traps.c:822:7: error: 'MM_BRK_MEMU' undeclared (first use in
this function)
arch/mips/kernel/traps.c:822:7: note: each undeclared identifier is reported
only once for each function it appears in
vim +822 +/MM_BRK_MEMU arch/mips/kernel/traps.c
^1da177e Linus Torvalds 2005-04-16 816 force_sig_info(SIGFPE,
&info, current);
^1da177e Linus Torvalds 2005-04-16 817 break;
63dc68a8 Ralf Baechle 2006-10-16 818 case BRK_BUG:
df270051 Ralf Baechle 2008-04-20 819 die_if_kernel("Kernel
bug detected", regs);
df270051 Ralf Baechle 2008-04-20 820 force_sig(SIGTRAP,
current);
63dc68a8 Ralf Baechle 2006-10-16 821 break;
a32041f9 Steven J. Hill 2012-07-19 @822 case MM_BRK_MEMU:
ba3049ed Ralf Baechle 2008-10-28 823 case BRK_MEMU:
ba3049ed Ralf Baechle 2008-10-28 824 /*
ba3049ed Ralf Baechle 2008-10-28 825 * Address errors may
be deliberately induced by the FPU
---
0-DAY kernel build testing backend Open Source Technology Center
Fengguang Wu, Yuanhan Liu Intel Corporation
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [mips-sjhill:mti-next 11/21] arch/mips/math-emu/dsemul.c:104:10: error: 'MM_BRK_MEMU' undeclared, kbuild test robot |
|---|---|
| Next by Date: | [mips-sjhill:mti-next 6/21] {standard input}:118: Error: opcode not supported on this processor: loongson2e (mips3) `ldx $2,$2($3)', kbuild test robot |
| Previous by Thread: | [mips-sjhill:mti-next 11/21] arch/mips/math-emu/dsemul.c:104:10: error: 'MM_BRK_MEMU' undeclared, kbuild test robot |
| Next by Thread: | [mips-sjhill:mti-next 6/21] {standard input}:118: Error: opcode not supported on this processor: loongson2e (mips3) `ldx $2,$2($3)', kbuild test robot |
| Indexes: | [Date] [Thread] [Top] [All Lists] |