aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2009-01-18 19:30:18 +0100
committerKyle McMartin <kyle@mcmartin.ca>2009-03-31 02:51:33 +0000
commit1152a68c4226ce48c95241b6ffc543850b4b3a97 (patch)
tree0686acc6fdc3aa49206732a9119789741c835cb0 /arch/parisc/include/asm
parentparisc: fix usage of 32bit PTE page table entries on 32bit kernels (diff)
downloadlinux-dev-1152a68c4226ce48c95241b6ffc543850b4b3a97.tar.xz
linux-dev-1152a68c4226ce48c95241b6ffc543850b4b3a97.zip
parisc: use constants instead of numbers in assembly
A few small fixups: * _PAGE_SIZE_ENCODING_DEFAULT is wrong here, as one might assume that it's possible to define the page size that way. This is wrong. Use 0 instead. * use constants instead of hardcoded numerical values in depi and extru while building the PFN out of the pte entry * use SHRREG instead of extru (iitlba expects the PFN at bits {7..26}) Still wondering why we can use the same register (pte) as extru source and target register, but it seems to work on PA1.1 and PA2.0... Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions