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 144263 Details for
Bug 220585
Kernel panic during suspend to disk
[?]
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]
Patch __pa macro for kernel source map
physaddr-x8664.patch (text/plain), 676 bytes, created by
jordan hargrave
on 2006-12-22 10:11:35 UTC
(
hide
)
Description:
Patch __pa macro for kernel source map
Filename:
MIME Type:
Creator:
jordan hargrave
Created:
2006-12-22 10:11:35 UTC
Size:
676 bytes
patch
obsolete
>--- include/asm-x86_64/page.h.orig 2006-12-22 14:55:35.000000000 +0530 >+++ include/asm-x86_64/page.h 2006-12-22 14:55:47.000000000 +0530 >@@ -102,7 +102,8 @@ extern unsigned long phys_base; > > /* Note: __pa(&symbol_visible_to_c) should be always replaced with __pa_symbol. > Otherwise you risk miscompilation. */ >-#define __pa(x) ((unsigned long)(x) - PAGE_OFFSET) >+#define __pa(x) (((unsigned long)(x)>=__START_KERNEL_map)?(unsigned long)(x) - (unsigned long)__START_KERNEL_map:(unsigned long)(x) - PAGE_OFFSET) >+ > /* __pa_symbol should be used for C visible symbols. > This seems to be the official gcc blessed way to do such arithmetic. */ > #define __pa_symbol(x) \
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 220585
: 144263