| To: | ralf@linux-mips.org, john@phrozen.org |
|---|---|
| Subject: | [PATCH 2/2] MIPS BCM47XX: select NO_EXCEPT_FILL |
| From: | Hauke Mehrtens <hauke@hauke-m.de> |
| Date: | Sun, 16 Sep 2012 16:48:35 +0200 |
| Cc: | linux-mips@linux-mips.org, Hauke Mehrtens <hauke@hauke-m.de> |
| In-reply-to: | <1347806915-25132-1-git-send-email-hauke@hauke-m.de> |
| 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> |
| References: | <1347806915-25132-1-git-send-email-hauke@hauke-m.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
The kernel is loaded to 0x80001000 so there is some space left for the
exception handlers and the kernel do not have to reserve some extra
space for them.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
arch/mips/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 564a06f..e372fe3 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -108,6 +108,7 @@ config BCM47XX
select DMA_NONCOHERENT
select HW_HAS_PCI
select IRQ_CPU
+ select NO_EXCEPT_FILL
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_LITTLE_ENDIAN
select SYS_HAS_EARLY_PRINTK
--
1.7.9.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/2] MIPS: BCM47XX: select BOOT_RAW, Hauke Mehrtens |
|---|---|
| Next by Date: | Re: [PATCH 1/2] MIPS: BCM47XX: select BOOT_RAW, Kevin Cernekee |
| Previous by Thread: | [PATCH 1/2] MIPS: BCM47XX: select BOOT_RAW, Hauke Mehrtens |
| Next by Thread: | Re: [PATCH 1/2] MIPS: BCM47XX: select BOOT_RAW, Kevin Cernekee |
| Indexes: | [Date] [Thread] [Top] [All Lists] |