projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f37957
)
sh: disable trapped I/O on SH7785LCR.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 1 Sep 2009 13:37:10 +0000
(22:37 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 1 Sep 2009 13:37:10 +0000
(22:37 +0900)
This board doesn't use trapped I/O for anything, so just kill off the
select. This was causing problems in the unhandled page fault die path.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sh/boards/Kconfig
b/arch/sh/boards/Kconfig
index ee5bb200c715243d3d087901481d2ecdbced8a58..aedd9deb5de2b94077a7ee04b404d2589efb9b7f 100644
(file)
--- a/
arch/sh/boards/Kconfig
+++ b/
arch/sh/boards/Kconfig
@@
-160,7
+160,6
@@
config SH_SH7785LCR
bool "SH7785LCR"
depends on CPU_SUBTYPE_SH7785
select SYS_SUPPORTS_PCI
- select IO_TRAPPED if MMU
config SH_SH7785LCR_29BIT_PHYSMAPS
bool "SH7785LCR 29bit physmaps"