diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2009-03-25 10:09:10 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@mcmartin.ca> | 2009-04-01 20:29:50 -0400 |
commit | f67d3c83f3f1e6523325628434bf19e5166b39b3 (patch) | |
tree | d3a9dae2c86d4ee2ddb9c8be3ec8ed6904d9931c /arch/parisc | |
parent | d845e1fbf2d48f6556fbfae7ec04adf67ab14bca (diff) |
parisc: select BUG always
On Wed, Mar 25, 2009 at 05:02:21PM +0300, Alexander Beregalov wrote:
> arch/parisc/kernel/traps.c:321: error: 'PARISC_BUG_BREAK_INSN'
> undeclared (first use in this function)
>
> # CONFIG_BUG is not set
> CONFIG_EMBEDDED=y
>
> Is it a reasonable config?
imho, no.
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 7fd696fd3aef..3bbc74437d52 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig | |||
@@ -15,6 +15,7 @@ config PARISC | |||
15 | select RTC_CLASS | 15 | select RTC_CLASS |
16 | select RTC_DRV_PARISC | 16 | select RTC_DRV_PARISC |
17 | select INIT_ALL_POSSIBLE | 17 | select INIT_ALL_POSSIBLE |
18 | select BUG | ||
18 | help | 19 | help |
19 | The PA-RISC microprocessor is designed by Hewlett-Packard and used | 20 | The PA-RISC microprocessor is designed by Hewlett-Packard and used |
20 | in many of their workstations & servers (HP9000 700 and 800 series, | 21 | in many of their workstations & servers (HP9000 700 and 800 series, |