ALT Linux Bugzilla
– Attachment 5238 Details for
Bug 26385
stack trace при загрузке, на стадии initrd
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
pae patch
mm-pae.patch (text/plain), 802 bytes, created by
Grigory Milev
on 2011-12-01 22:50:10 MSK
(
hide
)
Description:
pae patch
Filename:
MIME Type:
Creator:
Grigory Milev
Created:
2011-12-01 22:50:10 MSK
Size:
802 bytes
patch
obsolete
>diff -rubB kernel-source-3.1.orig/mm/page_alloc.c kernel-source-3.1/mm/page_alloc.c >--- kernel-source-3.1.orig/mm/page_alloc.c 2011-10-24 10:10:05.000000000 +0300 >+++ kernel-source-3.1/mm/page_alloc.c 2011-12-01 21:46:38.000000000 +0300 >@@ -3371,8 +3371,16 @@ > int reserve; > > /* Get the start pfn, end pfn and the number of blocks to reserve */ >+ /* >+ * Get the start pfn, end pfn and the number of blocks to reserve >+ * We have to be careful to be aligned to pageblock_nr_pages to >+ * make sure that we always check pfn_valid for the first page in >+ * the block. >+ */ >+ > start_pfn = zone->zone_start_pfn; > end_pfn = start_pfn + zone->spanned_pages; >+ start_pfn = roundup(start_pfn, pageblock_nr_pages); > reserve = roundup(min_wmark_pages(zone), pageblock_nr_pages) >> > pageblock_order; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 26385
:
5158
|
5179
| 5238