]> git.pld-linux.org Git - packages/kernel.git/blame - linux-xen-page_alloc.patch
- blah, not needed on HEAD
[packages/kernel.git] / linux-xen-page_alloc.patch
CommitLineData
314fa469
JK
1diff -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.067176 seconds and 4 git commands to generate.