diff options
-rw-r--r-- | arch/sh/kernel/io_trapped.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/io_trapped.c b/arch/sh/kernel/io_trapped.c index 16b83cc89a41..4a8bb4eeb8ad 100644 --- a/arch/sh/kernel/io_trapped.c +++ b/arch/sh/kernel/io_trapped.c | |||
@@ -271,6 +271,8 @@ int handle_trapped_io(struct pt_regs *regs, unsigned long address) | |||
271 | insn_size_t instruction; | 271 | insn_size_t instruction; |
272 | int tmp; | 272 | int tmp; |
273 | 273 | ||
274 | if (trapped_io_disable) | ||
275 | return 0; | ||
274 | if (!lookup_tiop(address)) | 276 | if (!lookup_tiop(address)) |
275 | return 0; | 277 | return 0; |
276 | 278 | ||