Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 144482 Details for
Bug 220053
sbcl: ppc issues
Home
New
Search
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.rh90 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]
Always assume page size is 64KiB on PowerPC.
sbcl-1.0.1-ppc-64KiB-page.patch (text/plain), 571 bytes, created by
David Woodhouse
on 2006-12-28 19:02:23 UTC
(
hide
)
Description:
Always assume page size is 64KiB on PowerPC.
Filename:
MIME Type:
Creator:
David Woodhouse
Created:
2006-12-28 19:02:23 UTC
Size:
571 bytes
patch
obsolete
>--- sbcl-1.0.1/src/runtime/linux-os.c~ 2006-12-28 18:34:23.000000000 +0000 >+++ sbcl-1.0.1/src/runtime/linux-os.c 2006-12-28 18:34:25.000000000 +0000 >@@ -185,7 +185,12 @@ os_init(char *argv[], char *envp[]) > "LD_ASSUME_KERNEL\n"); > } > #endif >+#ifdef LISP_FEATURE_PPC >+ /* Assume 64KiB pages on PowerPC, since that's what the ABI says */ >+ os_vm_page_size = 65536; >+#else > os_vm_page_size = getpagesize(); >+#endif > > /* KLUDGE: Disable memory randomization on new Linux kernels > * by setting a personality flag and re-executing. (We need
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 220053
:
144482
|
144512
|
144540
|
144568
|
144583