On 05/22/2013 02:46 PM, David Daney wrote:
From: David Daney <david.daney@xxxxxxxxxx> When you turn it off, the kernel is unusable, so get rid of the option and always allow unaligned access. The Octeon specific memcpy intentionally does unaligned accesses and it must not fault. Signed-off-by: David Daney <david.daney@xxxxxxxxxx> --- arch/mips/cavium-octeon/Kconfig | 11 ----------- arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h | 7 +------ 2 files changed, 1 insertion(+), 17 deletions(-)
This patch is stand-alone too. So subject should be [PATCH 1/1] ... Still mergeable though. David Daney