All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nommu: Enable the strict alignment (CR_A) bit only if ARCH < v6
@ 2012-11-29 11:04 ` Armando Visconti
  0 siblings, 0 replies; 18+ messages in thread
From: Armando Visconti @ 2012-11-29 11:04 UTC (permalink / raw)
  To: linux-arm-kernel

This patch keeps disabled the strict alignment CP15 bit for
all armv6 and armv7 processor without the mmu. This behaviour
is now same as in the mmu case.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
---
 arch/arm/kernel/head-nommu.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/kernel/head-nommu.S b/arch/arm/kernel/head-nommu.S
index 278cfc1..2c228a0 100644
--- a/arch/arm/kernel/head-nommu.S
+++ b/arch/arm/kernel/head-nommu.S
@@ -68,7 +68,7 @@ __after_proc_init:
 	 * CP15 system control register value returned in r0 from
 	 * the CPU init function.
 	 */
-#ifdef CONFIG_ALIGNMENT_TRAP
+#if defined(CONFIG_ALIGNMENT_TRAP) && __LINUX_ARM_ARCH__ < 6
 	orr	r0, r0, #CR_A
 #else
 	bic	r0, r0, #CR_A
-- 
1.7.4.4

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-12-06 10:47 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29 11:04 [PATCH] nommu: Enable the strict alignment (CR_A) bit only if ARCH < v6 Armando Visconti
2012-11-29 11:04 ` Armando Visconti
2012-12-03 16:44 ` Armando Visconti
2012-12-03 16:44   ` Armando Visconti
2012-12-03 16:51   ` Nicolas Pitre
2012-12-03 16:51     ` Nicolas Pitre
2012-12-03 16:54   ` Will Deacon
2012-12-03 16:54     ` Will Deacon
2012-12-03 17:25   ` Russell King - ARM Linux
2012-12-03 17:25     ` Russell King - ARM Linux
2012-12-03 17:46     ` Will Deacon
2012-12-03 17:46       ` Will Deacon
2012-12-04  9:36       ` Armando Visconti
2012-12-04  9:36         ` Armando Visconti
2012-12-05 19:51       ` Uwe Kleine-König
2012-12-05 19:51         ` Uwe Kleine-König
2012-12-06 10:47         ` Will Deacon
2012-12-06 10:47           ` Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.