Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | parisc: fix braino in commit adding __space_to_prot | Kyle McMartin | 2009-01-05 |
| | | | | | | Shouldn't commit without building before morning coffee... Signed-off-by: Kyle McMartin <kyle@mcmartin.ca> | ||
* | parisc: factor out sid to protid conversion | Kyle McMartin | 2009-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/asm | Kyle McMartin | 2008-10-10 |