Commit dbf7684e authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Linus Torvalds
parent b92a953c
...@@ -101,7 +101,7 @@ static void unpoison_page(struct page *page) ...@@ -101,7 +101,7 @@ static void unpoison_page(struct page *page)
/* /*
* Page poisoning when enabled poisons each and every page * Page poisoning when enabled poisons each and every page
* that is freed to buddy. Thus no extra check is done to * that is freed to buddy. Thus no extra check is done to
* see if a page was posioned. * see if a page was poisoned.
*/ */
check_poison_mem(addr, PAGE_SIZE); check_poison_mem(addr, PAGE_SIZE);
kunmap_atomic(addr); kunmap_atomic(addr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment