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 151564 Details for
Bug 235030
kexec fails on PlayStation 3
[?]
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.
[patch]
Sony patch for rmo_top.
200-kexec-tools-1.101-ps3.patch (text/plain), 695 bytes, created by
David Woodhouse
on 2007-04-03 14:14:07 UTC
(
hide
)
Description:
Sony patch for rmo_top.
Filename:
MIME Type:
Creator:
David Woodhouse
Created:
2007-04-03 14:14:07 UTC
Size:
695 bytes
patch
obsolete
>--- kexec-tools-1.101/kexec/arch/ppc64/kexec-ppc64.c~ 2006-01-24 11:42:55.000000000 +0900 >+++ kexec-tools-1.101/kexec/arch/ppc64/kexec-ppc64.c 2006-01-31 11:12:24.000000000 +0900 >@@ -37,6 +37,7 @@ > /* Platforms supported by kexec on PPC64 */ > #define PLATFORM_PSERIES 0x0100 > #define PLATFORM_PSERIES_LPAR 0x0101 >+#define PLATFORM_PS3 0x0801 > > static struct exclude_range exclude_range[MAX_MEMORY_RANGES]; > static unsigned long long rmo_top; >@@ -398,6 +399,10 @@ > if (rmo_top > 0x30000000UL) > rmo_top = 0x30000000UL; > } >+ if (platform == PLATFORM_PS3) { >+ if (rmo_top > 0x07C00000UL) >+ rmo_top = 0x07C00000UL; >+ } > fclose(file); > closedir(cdir); > } /* memory */
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 235030
: 151564