[ARM] 5389/1: Make sure the pmd entries are visible by the secondary CPU
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 11 Feb 2009 12:14:57 +0000 (13:14 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 12 Feb 2009 10:59:45 +0000 (10:59 +0000)
commite9fc78230cb77647eb79d4b2f7c4d6c070f611f1
tree831910a2a15b5a553c35bd4c6d77e476419054f7
parent7279dc3e914635ab4b288ec39383272a06c466f3
[ARM] 5389/1: Make sure the pmd entries are visible by the secondary CPU

The __cpu_up() function in arch/arm/kernel/smp.c sets the pmd entries
without flushing or cleaning them.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/smp.c