aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/mmu_context.h
Commit message (Collapse)AuthorAge
* parisc: fix braino in commit adding __space_to_protKyle McMartin2009-01-05
| | | | | | Shouldn't commit without building before morning coffee... Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
* parisc: factor out sid to protid conversionKyle McMartin2009-01-05
| | | | | | | | | | Create a new __space_to_prot inline to convert the space id (mmu context) to a protection id. Sadly it doesn't look like the #ifdef can be eliminated since relying on the compiler to not truncate a bit on return (ctx >> SPACEID_SHIFT) << 1; seems a little dodgy. Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
* parisc: move include/asm-parisc to arch/parisc/include/asmKyle McMartin2008-10-10