From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752798AbcGAKAg (ORCPT ); Fri, 1 Jul 2016 06:00:36 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35722 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752694AbcGAKAd (ORCPT ); Fri, 1 Jul 2016 06:00:33 -0400 From: Antonio Borneo To: Jonathan Corbet , linux-doc@vger.kernel.org Cc: Antonio Borneo , Nicolas Pitre , Russell King , linux-kernel@vger.kernel.org Subject: [PATCH] Documentation: arm: fix location of the alignment trap interface Date: Fri, 1 Jul 2016 11:59:43 +0200 Message-Id: <20160701095943.12833-1-borneo.antonio@gmail.com> X-Mailer: git-send-email 2.8.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit 1ada1441e73a0f51296bfae527acbeae61ff0d52 ("[ARM] 5348/1: fix documentation wrt location of the alignment trap interface") left one location incorrect. Signed-off-by: Antonio Borneo To: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: Nicolas Pitre Cc: Russell King 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