Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69615
b: refs/heads/master
c: 8691f3a
h: refs/heads/master
i:
  69613: 16b10ff
  69611: d4ce3c2
  69607: 28b7812
  69599: 868bb83
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Oct 16, 2007
1 parent d3959cf commit 0e41831
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 26fb1589cb0aaec3a0b4418c54f30c1a2b1781f6
refs/heads/master: 8691f3a72f32f8b3ed535faa27140b3ae293c90b
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2444,7 +2444,7 @@ int zone_wait_table_init(struct zone *zone, unsigned long zone_size_pages)
* To use this new node's memory, further consideration will be
* necessary.
*/
zone->wait_table = (wait_queue_head_t *)vmalloc(alloc_size);
zone->wait_table = vmalloc(alloc_size);
}
if (!zone->wait_table)
return -ENOMEM;
Expand Down

0 comments on commit 0e41831

Please sign in to comment.