projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4d198d
)
[POWERPC] cell: CONFIG_SPE_BASE is a typo
author
Geert Uytterhoeven
<
[email protected]
>
Mon, 16 Jul 2007 16:35:38 +0000
(
02:35
+1000)
committer
Paul Mackerras
<
[email protected]
>
Sun, 22 Jul 2007 11:30:57 +0000
(21:30 +1000)
The config symbol for SPE support is called CONFIG_SPU_BASE, not
CONFIG_SPE_BASE.
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Acked-by: Benjamin Herrenschmidt <
[email protected]
>
Signed-off-by: Paul Mackerras <
[email protected]
>
arch/powerpc/mm/hash_utils_64.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/mm/hash_utils_64.c
b/arch/powerpc/mm/hash_utils_64.c
index 2ce9491b48d409d4763d4822426415c4f5a8c088..bc7b0cedae5e555ab711d2d5099059070766de17 100644
(file)
--- a/
arch/powerpc/mm/hash_utils_64.c
+++ b/
arch/powerpc/mm/hash_utils_64.c
@@
-609,7
+609,7
@@
static void demote_segment_4k(struct mm_struct *mm, unsigned long addr)
mm->context.sllp = SLB_VSID_USER | mmu_psize_defs[MMU_PAGE_4K].sllp;
#endif /* CONFIG_PPC_MM_SLICES */
-#ifdef CONFIG_SP
E
_BASE
+#ifdef CONFIG_SP
U
_BASE
spu_flush_all_slbs(mm);
#endif
}
@@
-744,7
+744,7
@@
int hash_page(unsigned long ea, unsigned long access, unsigned long trap)
"to 4kB pages because of "
"non-cacheable mapping\n");
psize = mmu_vmalloc_psize = MMU_PAGE_4K;
-#ifdef CONFIG_SP
E
_BASE
+#ifdef CONFIG_SP
U
_BASE
spu_flush_all_slbs(mm);
#endif
}