]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
powerpc: Fix incorrect setting of __HAVE_ARCH_PTE_SPECIAL
authorWeirich, Bernhard <Bernhard.Weirich@riedel.net>
Thu, 24 Sep 2009 07:16:53 +0000 (17:16 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Oct 2009 16:33:06 +0000 (09:33 -0700)
commitc1aa9d2b4debb5287bd42481cfb35c495b708bcd
tree9c3e7d0dea371e9a11c0eaa9d3415a1fba6596c9
parent50c744f95481f6c43a72e00a2939e1fd2248610d
powerpc: Fix incorrect setting of __HAVE_ARCH_PTE_SPECIAL

[I'm going to fix upstream differently, by having all CPU types
actually support _PAGE_SPECIAL, but I prefer the simple and obvious
fix for -stable. -- Ben]

The test that decides whether to define __HAVE_ARCH_PTE_SPECIAL on
powerpc is bogus and will end up always defining it, even when
_PAGE_SPECIAL is not supported (in which case it's 0) such as on
8xx or 40x processors.

Signed-off-by: Bernhard Weirich <bernhard.weirich@riedel.net>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/include/asm/pte-common.h