Commit 34e01aa2 authored by Linus Torvalds's avatar Linus Torvalds

Merge bk://kernel.bkbits.net/davem/sparc-2.6

into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents 98c81a17 c39b4567
......@@ -104,7 +104,7 @@ void check_pgt_cache(void)
if (page2)
page2->lru.next = page->lru.next;
else
(struct page *)pgd_quicklist = page->lru.next;
pgd_quicklist = (void *) page->lru.next;
pgd_cache_size -= 2;
__free_page(page);
if (page2)
......
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