commit | 8406638ab041b3f1ab3d49d6fe1989e25f3ffcad | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Sep 30 14:02:42 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Sep 30 14:02:42 2009 +0900 |
tree | c0a39c757ac337c26d513576516a597084963f15 | |
parent | d5ce010c0327dee0a08a791827156ba84c544eea [diff] |
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>