* Patch: numa.c broke in 2.4.6-pre8
@ 2001-06-30 12:44 Russell King
0 siblings, 0 replies; only message in thread
From: Russell King @ 2001-06-30 12:44 UTC (permalink / raw)
To: linux-kernel, torvalds
Hi,
When building 2.4.6-pre8 with CONFIG_DISCONTIGMEM=y, I get the following
error:
numa.c:96: conflicting types for `_alloc_pages'
/usr/src/v2.4/linux-assabet/include/linux/mm.h:383: previous declaration of `_alloc_pages'
The following patch fixes this problem. Please apply.
--- orig/mm/numa.c Sat Jun 30 11:09:05 2001
+++ linux/mm/numa.c Sat Jun 30 13:40:37 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;
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-06-30 12:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-30 12:44 Patch: numa.c broke in 2.4.6-pre8 Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox