diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-05-26 22:00:52 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-05-26 22:00:52 -0400 |
| commit | 45f6bc5ff9c3387387f048ec85dcb4e69acf0b03 (patch) | |
| tree | d04952bb05b53a362bcd165fb910c5c1441b4c5d /mm/page_alloc.c | |
| parent | 3138887bd8d18173f3c2baf1e43621c49090cd27 (diff) | |
| parent | e4aa937ec75df0eea0bee03bffa3303ad36c986b (diff) | |
Merge 3.10-rc3 into usb-next
We want these fixes.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'mm/page_alloc.c')
| -rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 98cbdf6e5532..378a15bcd649 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
| @@ -5158,7 +5158,7 @@ unsigned long free_reserved_area(unsigned long start, unsigned long end, | |||
| 5158 | for (pages = 0; pos < end; pos += PAGE_SIZE, pages++) { | 5158 | for (pages = 0; pos < end; pos += PAGE_SIZE, pages++) { |
| 5159 | if (poison) | 5159 | if (poison) |
| 5160 | memset((void *)pos, poison, PAGE_SIZE); | 5160 | memset((void *)pos, poison, PAGE_SIZE); |
| 5161 | free_reserved_page(virt_to_page(pos)); | 5161 | free_reserved_page(virt_to_page((void *)pos)); |
| 5162 | } | 5162 | } |
| 5163 | 5163 | ||
| 5164 | if (pages && s) | 5164 | if (pages && s) |
