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 311484 Details for
Bug 454050
Fail to build kernel when enable CONFIG_ACPI_DEBUG in .config
[?]
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]
RHEL4 fix for this issue
454050.patch (text/plain), 1.37 KB, created by
Prarit Bhargava
on 2008-07-10 14:51:46 UTC
(
hide
)
Description:
RHEL4 fix for this issue
Filename:
MIME Type:
Creator:
Prarit Bhargava
Created:
2008-07-10 14:51:46 UTC
Size:
1.37 KB
patch
obsolete
>User is compiling with CONFIG_ACPI_DEBUG=y. > >ACPI_EXCEPTION didn't have a proper definition until >upstream submit b8e4d89357fc434618a59c1047cac72641191805. > >Rather than backporting that huge patch, I think it is easier to do what the >BZ submitted suggested and use ACPI_DEBUG_PRINTK in this case. > >Also, fix a missing semi-colon in drivers/acpi/processor.c. > >Resolves BZ 454050. > >Successfully tested by me. > >--- linux-2.6.9.orig/drivers/acpi/events/evrgnini.c 2008-07-10 10:22:20.000000000 -0400 >+++ linux-2.6.9/drivers/acpi/events/evrgnini.c 2008-07-10 10:42:51.000000000 -0400 >@@ -240,7 +240,7 @@ acpi_ev_pci_config_region_setup ( > */ > status = AE_OK; > } else { >- ACPI_EXCEPTION((AE_INFO, status, >+ ACPI_DEBUG_PRINT((ACPI_DB_ERROR, status, > "Could not install PciConfig handler for Root Bridge %4.4s", > acpi_ut_get_node_name > (pci_root_node))); >--- linux-2.6.9.orig/drivers/acpi/processor.c 2008-07-10 10:22:20.000000000 -0400 >+++ linux-2.6.9/drivers/acpi/processor.c 2008-07-10 10:44:10.000000000 -0400 >@@ -1520,7 +1520,7 @@ int acpi_processor_preregister_performan > > err_ret: > if (retval) { >- ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "Error while parsing _PSD domain information. Assuming no coordination\n")) >+ ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "Error while parsing _PSD domain information. Assuming no coordination\n")); > } > > for_each_cpu(i) {
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 454050
:
310998
|
311000
| 311484