diff options
author | Artem B. Bityuckiy <dedekind@infradead.org> | 2005-07-06 10:43:18 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-07-06 13:40:38 -0400 |
commit | b3539219c9ea20ebf6a5ea3cc534f423a3607c41 (patch) | |
tree | d17c31c0eac0a7290ba5011b59a100fd9e9c9532 /mm/page_alloc.c | |
parent | 6430a8def12edebc1c9c7c2621d33ca0e8653c33 (diff) | |
parent | a18bcb7450840f07a772a45229de4811d930f461 (diff) |
Merge with rsync://fileserver/linux
Update to 2.6.12-rc3
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 7ee675ad101e..3c9f7f881125 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -1667,9 +1667,8 @@ void __init memmap_init_zone(unsigned long size, int nid, unsigned long zone, | |||
1667 | #ifdef WANT_PAGE_VIRTUAL | 1667 | #ifdef WANT_PAGE_VIRTUAL |
1668 | /* The shift won't overflow because ZONE_NORMAL is below 4G. */ | 1668 | /* The shift won't overflow because ZONE_NORMAL is below 4G. */ |
1669 | if (!is_highmem_idx(zone)) | 1669 | if (!is_highmem_idx(zone)) |
1670 | set_page_address(page, __va(start_pfn << PAGE_SHIFT)); | 1670 | set_page_address(page, __va(pfn << PAGE_SHIFT)); |
1671 | #endif | 1671 | #endif |
1672 | start_pfn++; | ||
1673 | } | 1672 | } |
1674 | } | 1673 | } |
1675 | 1674 | ||