mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
sh: disable trapped I/O on SH7785LCR.
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>
This commit is contained in:
parent
6f3795788b
commit
5010c4f7e6
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue