]> git.pld-linux.org Git - packages/kernel.git/blob - linux-xen-page_alloc.patch
This commit was manufactured by cvs2git to create tag 'auto-th-kernel-
[packages/kernel.git] / linux-xen-page_alloc.patch
1 diff -dur -x '*~' linux-2.6.16.orig/mm/page_alloc.c linux-2.6.16/mm/page_alloc.c
2 --- linux-2.6.16.orig/mm/page_alloc.c   2006-06-27 08:35:58.000000000 +0200
3 +++ linux-2.6.16/mm/page_alloc.c        2006-06-27 08:41:01.000000000 +0200
4 @@ -1782,8 +1782,10 @@
5                 set_page_count(page, 1);
6                 reset_page_mapcount(page);
7                 SetPageReserved(page);
8 +#ifndef CONFIG_XEN
9                 if (!(page_is_ram(pfn)))
10                         SetPageNosave(page);
11 +#endif
12                 INIT_LIST_HEAD(&page->lru);
13  #ifdef WANT_PAGE_VIRTUAL
14                 /* The shift won't overflow because ZONE_NORMAL is below 4G. */
This page took 0.072186 seconds and 3 git commands to generate.