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 294398 Details for
Bug 430947
[RHEL5 U2] Kernel reports BUG: soft lockup - CPU#1 stuck for 16s! [scsi_eh_1:526] during boot
[?]
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]
RHEL5 version 2 fix for this patch
version2.patch (text/plain), 1.63 KB, created by
Prarit Bhargava
on 2008-02-08 19:13:37 UTC
(
hide
)
Description:
RHEL5 version 2 fix for this patch
Filename:
MIME Type:
Creator:
Prarit Bhargava
Created:
2008-02-08 19:13:37 UTC
Size:
1.63 KB
patch
obsolete
>--- linux-2.6.18.x86_64.orig/arch/i386/kernel/cpu/cpufreq/powernow-k8.c 2008-02-06 13:36:44.000000000 -0500 >+++ linux-2.6.18.x86_64/arch/i386/kernel/cpu/cpufreq/powernow-k8.c 2008-02-08 13:32:33.000000000 -0500 >@@ -56,6 +56,7 @@ static DEFINE_MUTEX(fidvid_mutex); > static struct powernow_k8_data *powernow_data[NR_CPUS]; > static int *req_state = NULL; > static int tscsync = 0; >+static int preregister_acpi_perf = 0; > > static int cpu_family = CPU_OPTERON; > >@@ -777,9 +778,9 @@ static void powernow_k8_acpi_pst_values( > static struct acpi_processor_performance *acpi_perf_data[NR_CPUS]; > static int preregister_valid = 0; > >-static int powernow_k8_cpu_preinit_acpi() >+static int powernow_k8_cpu_preinit_acpi(void) > { >- int i; >+ int i; > struct acpi_processor_performance *data; > for_each_possible_cpu(i) { > data = kzalloc(sizeof(struct acpi_processor_performance), >@@ -795,10 +796,14 @@ static int powernow_k8_cpu_preinit_acpi( > acpi_perf_data[i] = data; > } > >- if (acpi_processor_preregister_performance(acpi_perf_data)) >- return -ENODEV; >- else >- preregister_valid = 1; >+ if (preregister_acpi_perf || cpu_family != CPU_OPTERON) { >+ if (acpi_processor_preregister_performance(acpi_perf_data)) >+ return -ENODEV; >+ else >+ preregister_valid = 1; >+ } else >+ printk(KERN_INFO "Disabling ACPI pre-initialization.\n"); >+ > return 0; > } > >@@ -1460,3 +1465,6 @@ module_exit(powernowk8_exit); > > module_param(tscsync, int, 0); > MODULE_PARM_DESC(tscsync, "enable tsc by synchronizing powernow-k8 changes"); >+module_param(preregister_acpi_perf, int, 0); >+MODULE_PARM_DESC(preregister_acpi_perf, "allow preregistering of performance" >+ " related ACPI data");
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 430947
:
294378
|
294398
|
295438
|
296644
|
297670