projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a60715f
)
parisc: fix braino in commit adding __space_to_prot
author
Kyle McMartin
<kyle@mcmartin.ca>
Mon, 22 Dec 2008 23:58:31 +0000
(23:58 +0000)
committer
Kyle McMartin
<kyle@mcmartin.ca>
Mon, 5 Jan 2009 18:15:25 +0000
(18:15 +0000)
Shouldn't commit without building before morning coffee...
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
arch/parisc/include/asm/mmu_context.h
patch
|
blob
|
history
diff --git
a/arch/parisc/include/asm/mmu_context.h
b/arch/parisc/include/asm/mmu_context.h
index
9302897
..
354b2ac
100644
(file)
--- a/
arch/parisc/include/asm/mmu_context.h
+++ b/
arch/parisc/include/asm/mmu_context.h
@@
-34,7
+34,7
@@
destroy_context(struct mm_struct *mm)
mm->context = 0;
}
-static inline unsigned long __space_to_prot(mm_context_t c
tx
)
+static inline unsigned long __space_to_prot(mm_context_t c
ontext
)
{
#if SPACEID_SHIFT == 0
return context << 1;