git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
142597d
)
powerpc/mm: Fix 40x and 8xx vs. _PAGE_SPECIAL
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 22 Sep 2009 18:12:26 +0000
(18:12 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Thu, 24 Sep 2009 05:31:49 +0000
(15:31 +1000)
The test to check whether we have _PAGE_SPECIAL defined is broken,
since we always define it, just not always to a meaninful value :-)
That broke 8xx and 40x under some circumstances.
This fixes it by adding _PAGE_SPECIAL for both of these since they
had a free PTE bit, and removing the condition around advertising
it.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found