Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1626988 > unrolled thread

[PATCH] arm: Documentation: update a path name

Started byPerr Zhang <strongbox8@zoho.com>
First post2017-04-20 07:20 +0200
Last post2017-04-20 22:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] arm: Documentation: update a path name Perr Zhang <strongbox8@zoho.com> - 2017-04-20 07:20 +0200
    Re: [PATCH] arm: Documentation: update a path name Jonathan Corbet <corbet@lwn.net> - 2017-04-20 22:10 +0200

#1626988 — [PATCH] arm: Documentation: update a path name

FromPerr Zhang <strongbox8@zoho.com>
Date2017-04-20 07:20 +0200
Subject[PATCH] arm: Documentation: update a path name
Message-ID<tycFz-4MR-11@gated-at.bofh.it>
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>
---
 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.9.3

[toc] | [next] | [standalone]


#1627779

FromJonathan Corbet <corbet@lwn.net>
Date2017-04-20 22:10 +0200
Message-ID<tyqyR-4WM-7@gated-at.bofh.it>
In reply to#1626988
On Thu, 20 Apr 2017 12:58:40 +0800
Perr Zhang <strongbox8@zoho.com> wrote:

> the path in the example cmd is out of date, and the path for now
> is also mentioned in the same file

Gee, that's only been wrong since 2008...:)

Applied, thanks.

jon

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web