diff --git a/[refs] b/[refs] index bde1b07e6d60..62d649384095 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 26fb1589cb0aaec3a0b4418c54f30c1a2b1781f6 +refs/heads/master: 8691f3a72f32f8b3ed535faa27140b3ae293c90b diff --git a/trunk/mm/page_alloc.c b/trunk/mm/page_alloc.c index 1a8c59571cb7..71013e6bef25 100644 --- a/trunk/mm/page_alloc.c +++ b/trunk/mm/page_alloc.c @@ -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;