From 614e08fa67ac46b6859b7a1d885df617f01308cc Mon Sep 17 00:00:00 2001 From: Russell King Date: Fri, 4 Jul 2014 14:32:43 +0100 Subject: [PATCH] ARM: alignment: save last kernel aligned fault location Save and report (via the procfs file) the last kernel unaligned fault location. This allows us to trivially inspect where the last fault happened for cases which we don't expect to occur. Since we expect the kernel to generate misalignment faults (due to the networking layer), even when warnings are enabled, we don't log them for the kernel. Tested-by: Tony Lindgren Acked-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-format-patch failed