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 290080 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]
cleanup ACPI MADT no IOSAPIC warning
MADT_no_IOSAPIC.patch (text/plain), 1.25 KB, created by
George Beshers
on 2007-12-19 23:31:24 UTC
(
hide
)
Description:
cleanup ACPI MADT no IOSAPIC warning
Filename:
MIME Type:
Creator:
George Beshers
Created:
2007-12-19 23:31:24 UTC
Size:
1.25 KB
patch
obsolete
> ># HG changeset patch ># User George Beshers <gbeshers@sgi.com> ># Date 1194642580 28800 ># Node ID 3c26c9bf966c26aedc232e3f4abd4393f7de7927 ># Parent e579e6d776dc23c938522c43c857a5ce0a15f9a7 >[IA64] IOSAPIC bogus error cleanup > >On Altix (sn2) machines the "Error parsing MADT" message is >misleading because the lack of IOSAPIC entries is expected. > >Since I am sure someone will ask, I have been told that >the chance of this changing anytime soon is close to nil. > >Signed-off-by: George Beshers <gbeshers@sgi.com> >Signed-off-by: Tony Luck <tony.luck@intel.com> > >committer: Tony Luck <tony.luck@intel.com> > >diff -Naur --exclude='*~' linux.a/arch/ia64/kernel/acpi.c linux.d/arch/ia64/kernel/acpi.c >--- linux.a/arch/ia64/kernel/acpi.c 2007-12-19 09:08:12.000000000 -0500 >+++ linux.d/arch/ia64/kernel/acpi.c 2007-12-19 17:12:18.000000000 -0500 >@@ -697,9 +697,11 @@ > /* 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_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