From: Albert H. <he...@us...> - 2009-12-09 18:40:18
|
Update of /cvsroot/gc-linux/linux/arch/powerpc/mm In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21229/arch/powerpc/mm Modified Files: pgtable_32.c Log Message: Forward to v2.6.32. Index: pgtable_32.c =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/mm/pgtable_32.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** pgtable_32.c 9 Dec 2009 18:18:06 -0000 1.9 --- pgtable_32.c 9 Dec 2009 18:40:09 -0000 1.10 *************** *** 143,147 **** /* we don't want to let _PAGE_USER and _PAGE_EXEC leak out */ ! flags &= ~(_PAGE_USER | _PAGE_EXEC | _PAGE_HWEXEC); return __ioremap_caller(addr, size, flags, __builtin_return_address(0)); --- 143,147 ---- /* we don't want to let _PAGE_USER and _PAGE_EXEC leak out */ ! flags &= ~(_PAGE_USER | _PAGE_EXEC); return __ioremap_caller(addr, size, flags, __builtin_return_address(0)); |