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 159852 Details for
Bug 246130
[rhts] ia64 acpi complains of errors
[?]
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 against kernel-2.6.18-36.el5.ia64
DonPatch (text/plain), 869 bytes, created by
George Beshers
on 2007-07-24 14:35:33 UTC
(
hide
)
Description:
patch against kernel-2.6.18-36.el5.ia64
Filename:
MIME Type:
Creator:
George Beshers
Created:
2007-07-24 14:35:33 UTC
Size:
869 bytes
patch
obsolete
>diff -purN --exclude='*.config' --exclude='*~' linux-2.6.18.ia64.a/arch/ia64/kernel/acpi.c linux-2.6.18.ia64.b/arch/ia64/kernel/acpi.c >--- linux-2.6.18.ia64.a/arch/ia64/kernel/acpi.c 2007-07-23 15:17:28.000000000 -0400 >+++ linux-2.6.18.ia64.b/arch/ia64/kernel/acpi.c 2007-07-23 15:43:24.000000000 -0400 >@@ -697,9 +697,14 @@ int __init acpi_boot_init(void) > /* I/O APIC */ > > if (acpi_table_parse_madt >- (ACPI_MADT_IOSAPIC, acpi_parse_iosapic, NR_IOSAPICS) < 1) >- printk(KERN_ERR PREFIX >- "Error parsing MADT - no IOSAPIC entries\n"); >+ (ACPI_MADT_IOSAPIC, acpi_parse_iosapic, NR_IOSAPICS) < 1) { >+ if (ia64_platform_is("sn2")) >+ printk(KERN_NOTICE >+ "SGI/SN machines have not IOSAPIC entries\n"); >+ else >+ printk(KERN_ERR PREFIX >+ "Error parsing MADT - no IOSAPIC entries\n"); >+ } > > /* System-Level Interrupt Routing */ >
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 246130
: 159852 |
290080