diff options
author | Weirich, Bernhard <Bernhard.Weirich@riedel.net> | 2009-09-24 17:16:53 +1000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-10-05 08:28:04 -0700 |
commit | 9eab65aba2fd0c94fa702a9e5dfd843de07f6dc4 (patch) | |
tree | 6945c21806f4c59dc22af9fb6ec26e49e18de4d6 /fs/binfmt_em86.c | |
parent | 8bca1d4bb3d6ff6cd35bcb26aa32ceb111e06349 (diff) |
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>
Diffstat (limited to 'fs/binfmt_em86.c')
0 files changed, 0 insertions, 0 deletions