Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1155
b: refs/heads/master
c: 7a01922
h: refs/heads/master
i:
  1153: 1f316ac
  1151: 26252ed
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 17, 2005
1 parent ef66908 commit a792b82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 59db2e6ed080ac385f19b9f4329133d634215bfd
refs/heads/master: 7a019225c797a1047470accee950d69cfe7c59c5
3 changes: 2 additions & 1 deletion trunk/mm/nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a792b82

Please sign in to comment.