sh: Disable unaligned kernel access printks by default.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 30 Sep 2009 05:02:42 +0000 (14:02 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 30 Sep 2009 05:02:42 +0000 (14:02 +0900)
commit8406638ab041b3f1ab3d49d6fe1989e25f3ffcad
treec0a39c757ac337c26d513576516a597084963f15
parentd5ce010c0327dee0a08a791827156ba84c544eea
sh: Disable unaligned kernel access printks by default.

Certain networking and USB workloads generate floods of these accesses,
so just disable it by default (thereby restoring the old behaviour). The
option remains configurable from userspace, and can still be used as a
debugging aid.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/traps_32.c