diff options
author | Perr Zhang <strongbox8@zoho.com> | 2017-04-20 12:58:40 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-04-20 14:06:55 -0600 |
commit | 7c2a3e944821bf8324976886b97fed8a7025eb3d (patch) | |
tree | 2f74f23306ecff496daae80cf974318fd13544bf /Documentation/arm/mem_alignment | |
parent | 9b9355a2692621be80f95ac31e16d2c16c1c07c9 (diff) | |
download | blackbird-obmc-linux-7c2a3e944821bf8324976886b97fed8a7025eb3d.tar.gz blackbird-obmc-linux-7c2a3e944821bf8324976886b97fed8a7025eb3d.zip |
arm: Documentation: update a path name
the path in the example cmd is out of date, and the path for now
is also mentioned in the same file
Signed-off-by: Perr Zhang <strongbox8@zoho.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/arm/mem_alignment')
-rw-r--r-- | Documentation/arm/mem_alignment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm/mem_alignment b/Documentation/arm/mem_alignment index c7c7a114c78c..6335fcacbba9 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 |