Gitweb: http://git.kernel.org/linus/f67d3c83f3f1e6523325628434bf19e5166b39b3 Commit: f67d3c83f3f1e6523325628434bf19e5166b39b3 Parent: d845e1fbf2d48f6556fbfae7ec04adf67ab14bca Author: Kyle McMartin <kyle@mcmartin.ca> AuthorDate: Wed Mar 25 14:09:10 2009 +0000 Committer: Kyle McMartin <kyle@mcmartin.ca> CommitDate: Thu Apr 2 00:29:50 2009 +0000 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> --- arch/parisc/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 7fd696f..3bbc744 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -15,6 +15,7 @@ config PARISC select RTC_CLASS select RTC_DRV_PARISC select INIT_ALL_POSSIBLE + select BUG help The PA-RISC microprocessor is designed by Hewlett-Packard and used in many of their workstations & servers (HP9000 700 and 800 series, -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
