Subject: spufs: add a FIXME SetPageReserved should probably not be called on vmalloc memory. Need to investigate further. Signed-off-by: Arnd Bergmann Index: linux-cg/arch/powerpc/platforms/cell/spufs/switch.c =================================================================== --- linux-cg.orig/arch/powerpc/platforms/cell/spufs/switch.c 2006-07-18 18:16:56.000000000 +0200 +++ linux-cg/arch/powerpc/platforms/cell/spufs/switch.c 2006-07-18 18:17:14.000000000 +0200 @@ -2206,6 +2206,7 @@ csa->lscsa = lscsa; spin_lock_init(&csa->register_lock); + /* FIXME */ /* Set LS pages reserved to allow for user-space mapping. */ for (p = lscsa->ls; p < lscsa->ls + LS_SIZE; p += PAGE_SIZE) SetPageReserved(vmalloc_to_page(p));