[PATCH 1/13] ia64: parse kernel parameter hugepagesz= in early boot

2007-09-10 Thread Mel Gorman
Subject: ia64: parse kernel parameter hugepagesz= in early boot Parse hugepagesz with early_param() instead of __setup(). __setup() is called after the memory allocator has been initialised and the pageblock bitmaps already setup. In tests on one IA64 there did not seem to be any problem with

[PATCH 1/13] ia64: parse kernel parameter hugepagesz= in early boot

2007-09-10 Thread Mel Gorman
Subject: ia64: parse kernel parameter hugepagesz= in early boot Parse hugepagesz with early_param() instead of __setup(). __setup() is called after the memory allocator has been initialised and the pageblock bitmaps already setup. In tests on one IA64 there did not seem to be any problem with