tree 04b7dfa2acd16f308a161f6baab2a83e024951b1 parent 30d0b3682887a81f0335b42f20116fd40d743371 author Anton Blanchard 1247518432 +0000 committer Benjamin Herrenschmidt 1250727145 +1000 powerpc: Rearrange SLB preload code With the new top down layout it is likely that the pc and stack will be in the same segment, because the pc is most likely in a library allocated via a top down mmap. Right now we bail out early if these segments match. Rearrange the SLB preload code to sanity check all SLB preload addresses are not in the kernel, then check all addresses for conflicts. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt –Ìùažzx