Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 317842 Details for
Bug 462663
Netboot image for ppc too large
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
rebased patch to the rhel5u2 kernel
48497.patch (text/plain), 2.08 KB, created by
IBM Bug Proxy
on 2008-09-27 02:00:39 UTC
(
hide
)
Description:
rebased patch to the rhel5u2 kernel
Filename:
MIME Type:
Creator:
IBM Bug Proxy
Created:
2008-09-27 02:00:39 UTC
Size:
2.08 KB
patch
obsolete
>--- linux-2.6.18.ppc64.orig/arch/powerpc/boot/addnote.c 2006-09-19 22:42:06.000000000 -0500 >+++ linux-2.6.18.ppc64/arch/powerpc/boot/addnote.c 2008-09-26 19:31:08.000000000 -0500 >@@ -41,16 +41,18 @@ > * it looks at the splpar field at least. So these values need to be > * reasonable. > */ >-#define N_RPA_DESCR 8 >+#define N_RPA_DESCR 10 > unsigned int rpanote[N_RPA_DESCR] = { >- 0, /* lparaffinity */ >- 64, /* min_rmo_size */ >+ 1, /* lparaffinity */ >+ 128, /* min_rmo_size */ > 0, /* min_rmo_percent */ >- 40, /* max_pft_size */ >+ 46, /* max_pft_size */ > 1, /* splpar */ > -1, /* min_load */ >- 0, /* new_mem_def */ >- 1, /* ignore_my_client_config */ >+ 1, /* new_mem_def */ >+ 0, /* ignore_my_client_config */ >+ 1, /* large_page_ready */ >+ 0, /* force_alpha_mode */ > }; > > #define ROUNDUP(len) (((len) + 3) & ~3) >--- linux-2.6.18.ppc64.orig/arch/powerpc/kernel/prom_init.c 2008-09-26 15:29:22.000000000 -0500 >+++ linux-2.6.18.ppc64/arch/powerpc/kernel/prom_init.c 2008-09-26 19:31:08.000000000 -0500 >@@ -663,10 +663,10 @@ > W(0xffffffff), /* virt_base */ > W(0xffffffff), /* virt_size */ > W(0xffffffff), /* load_base */ >- W(64), /* 128MB min RMA */ >+ W(128), /* 128MB min RMA */ > W(0xffffffff), /* full client load */ > 0, /* min RMA percentage of total RAM */ >- 48, /* max log_2(hash table size) */ >+ 46, /* max log_2(hash table size) */ > > /* option vector 3: processor options supported */ > 3 - 2, /* length */ >@@ -715,6 +715,8 @@ > u32 min_load; > u32 new_mem_def; > u32 ignore_me; >+ u32 large_page_ready; >+ u32 force_alpha_mode; > } rpadesc; > } rpanote; > } fake_elf = { >@@ -759,13 +761,14 @@ > .type = 0x12759999, > .name = "IBM,RPA-Client-Config", > .rpadesc = { >- .lpar_affinity = 0, >- .min_rmo_size = 64, /* in megabytes */ >+ .lpar_affinity = 1, >+ .min_rmo_size = 128, /* in megabytes */ > .min_rmo_percent = 0, >- .max_pft_size = 48, /* 2^48 bytes max PFT size */ >+ .max_pft_size = 46, /* 2^46 bytes max PFT size */ > .splpar = 1, > .min_load = ~0U, >- .new_mem_def = 0 >+ .new_mem_def = 1, >+ .large_page_ready = 1 > } > } > };
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 Raw
Actions:
View
Attachments on
bug 462663
:
317717
| 317842 |
319144
|
319772
|
319776
|
320060
|
320556