summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/pseries/smp.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-12-09 00:08:44 +0300
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-12-18 06:54:26 +0300
commit50891457f1001450be61be0861b2b49abdcb5fb9 (patch)
tree655ba01774854f86665aca52478527e8798fa520 /arch/powerpc/platforms/pseries/smp.c
parent030bdc3fd0807b6097a937468859f4b4baf1b950 (diff)
downloadlinux-50891457f1001450be61be0861b2b49abdcb5fb9.tar.xz
powerpc/mm: Fix a WARN_ON() with CONFIG_DEBUG_PAGEALLOC and CONFIG_DEBUG_VM
Set need to call __set_pte_at() and not set_pte_at() from __change_page_attr() since the later will perform checks with CONFIG_DEBUG_VM that aren't suitable to the way we override an existing PTE. (More specifically, it doesn't let you write over a present PTE). Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/pseries/smp.c')
0 files changed, 0 insertions, 0 deletions