ARM: Fix wrong shared bit for CPU write buffer bug test
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 23 Dec 2009 19:54:31 +0000 (19:54 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 23 Dec 2009 19:54:31 +0000 (19:54 +0000)
commit52e8bfd81af5492a14cc3a4641d4c80d05b66bdb
tree1489eb5f4ecac93071fc9995afa298a5a3f10e92
parentd9fd3ab89ff58ca70c8cc0eadc87cd4a96950f95
ARM: Fix wrong shared bit for CPU write buffer bug test

It is unpredictable to have the same memory mapped using different
shared bit settings for ARMv6 and ARMv7 CPUs.  Fix this for the CPU
write buffer bug test.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/fault-armv.c