patch-2.1.80 linux/arch/ppc/kernel/idle.c
Next file: linux/arch/sparc/ap1000/apmmu.c
Previous file: linux/arch/i386/mm/fault.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Jan 16 20:34:18 1998
- Orig file:
v2.1.79/linux/arch/ppc/kernel/idle.c
- Orig date:
Mon Jan 12 22:09:08 1998
diff -u --recursive --new-file v2.1.79/linux/arch/ppc/kernel/idle.c linux/arch/ppc/kernel/idle.c
@@ -236,7 +236,7 @@
* If we're interrupted we keep this page and our place in it
* since we validly hold it and it's reserved for us.
*/
- pageptr = __get_free_pages(GFP_ATOMIC, 0, 0 );
+ pageptr = __get_free_pages(GFP_ATOMIC, 0);
if ( !pageptr )
goto retry;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov