From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964872AbdDTFOB (ORCPT ); Thu, 20 Apr 2017 01:14:01 -0400 Received: from sender-pp-092.zoho.com ([135.84.80.237]:25444 "EHLO sender-pp-092.zoho.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941368AbdDTFOA (ORCPT ); Thu, 20 Apr 2017 01:14:00 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=from:to:cc:subject:date:message-id; b=LtfC0vNeJU2gSjXSCPUWuz/nSumlu7ehaUNfHwFSXX/JRIISy9DvnA+YF93N0TxGZra/x2YWEEUx SXzmCW545K3G1vxrJujaC/ajh8fFEpI06+r/r9yciBdrsiyk2piy From: Perr Zhang To: corbet@lwn.net Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm: Documentation: update a path name Date: Thu, 20 Apr 2017 12:58:40 +0800 Message-Id: <1492664320-6227-1-git-send-email-strongbox8@zoho.com> X-Mailer: git-send-email 1.9.3 X-ZohoMailClient: External Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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