mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Documentation: arm: fix location of the alignment trap interface
@ 2016-07-01  9:59 Antonio Borneo
  0 siblings, 0 replies; only message in thread
From: Antonio Borneo @ 2016-07-01  9:59 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc
  Cc: Antonio Borneo, Nicolas Pitre, Russell King, linux-kernel

Commit 1ada1441e73a0f51296bfae527acbeae61ff0d52 ("[ARM] 5348/1:
fix documentation wrt location of the alignment trap interface")
left one location incorrect.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
To: Jonathan Corbet <corbet@lwn.net>
To: linux-doc@vger.kernel.org
Cc: Nicolas Pitre <nico@fluxnic.net>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: linux-kernel@vger.kernel.org

---
 Documentation/arm/mem_alignment | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/arm/mem_alignment b/Documentation/arm/mem_alignment
index c7c7a11..6335fca 100644
--- a/Documentation/arm/mem_alignment
+++ b/Documentation/arm/mem_alignment
@@ -48,7 +48,7 @@ Note that not all combinations are supported - only values 0 through 5.
 For example, the following will turn on the warnings, but without
 fixing up or sending SIGBUS signals:
 
-	echo 1 > /proc/sys/debug/alignment
+	echo 1 > /proc/cpu/alignment
 
 You can also read the content of the same file to get statistical
 information on unaligned access occurrences plus the current mode of
-- 
2.8.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-01 10:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-01  9:59 [PATCH] Documentation: arm: fix location of the alignment trap interface Antonio Borneo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome