--- 2.4.6pre2aa1/mm/numa.c.~1~ Sat Jun 9 00:04:50 2001 +++ 2.4.6pre2aa1/mm/numa.c Tue Jun 12 16:18:46 2001 @@ -92,7 +92,7 @@ * This can be refined. Currently, tries to do round robin, instead * should do concentratic circle search, starting from current node. */ -struct page * _alloc_pages(int gfp_mask, unsigned long order) +struct page * _alloc_pages(unsigned int gfp_mask, unsigned long order) { struct page *ret = 0; pg_data_t *start, *temp;