From: Uwe Kleine-König Date: Mon, 16 Jan 2012 09:34:31 +0000 (+0100) Subject: ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15 X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~51^2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b849a60e0903b1c5430c3859864554662e127a8d;p=pandora-kernel.git ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15 This makes cr_alignment a constant 0 to break code that tries to modify the value as it's likely that it's built on wrong assumption when CONFIG_CPU_CP15 isn't defined. For code that is only reading the value 0 is more or less a fine value to report. Signed-off-by: Uwe Kleine-König Message-Id: 1358413196-5609-2-git-send-email-u.kleine-koenig@pengutronix.de (v8) --- Reading git-diff-tree failed