summaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@shinybook.infradead.org>2005-05-19 12:54:00 +0200
committerDavid Woodhouse <dwmw2@shinybook.infradead.org>2005-05-19 12:54:00 +0200
commit7063e6c717f6108c4b3fc3135a516c86ef944870 (patch)
treeec6eec10b4dc93474100e6e366df028bd3314fda /mm/nommu.c
parentAUDIT: Quis Custodiet Ipsos Custodes? (diff)
parentAutomatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/d... (diff)
downloadlinux-7063e6c717f6108c4b3fc3135a516c86ef944870.tar.xz
linux-7063e6c717f6108c4b3fc3135a516c86ef944870.zip
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'mm/nommu.c')
-rw-r--r--mm/nommu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/nommu.c b/mm/nommu.c
index b293ec1cc4e6..c53e9c8f6b4a 100644
--- a/mm/nommu.c
+++ b/mm/nommu.c
@@ -150,7 +150,8 @@ void vfree(void *addr)
kfree(addr);
}
-void *__vmalloc(unsigned long size, int gfp_mask, pgprot_t prot)
+void *__vmalloc(unsigned long size, unsigned int __nocast gfp_mask,
+ pgprot_t prot)
{
/*
* kmalloc doesn't like __GFP_HIGHMEM for some reason