On Sat, 2012-06-02 at 09:39 -0700, Shawn Landden wrote: > This was already fixed once in this file, which until now, provided > conflicting information. > --- > 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 -- -Shawn Landden
>From 5fd93f50985f54ab4a0566cb4991495dbf706f9c Mon Sep 17 00:00:00 2001 From: Shawn Landden <shawnlandden@xxxxxxxxx> Date: Sat, 2 Jun 2012 09:37:37 -0700 Subject: [PATCH] Documentation: correct location of arm alignment setting This was already fixed once in this file, which until now, provided conflicting information. Signed-off-by: Shawn Landden <shawnlandden@xxxxxxxxx> --- 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 -- 1.7.9.5