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 145161 Details for
Bug 221975
__initdata declaration causes panic in powernow-k8 driver
[?]
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 to remove __initdata from tscsync variable
tscsync.patch (text/plain), 540 bytes, created by
Prarit Bhargava
on 2007-01-09 13:54:39 UTC
(
hide
)
Description:
Patch to remove __initdata from tscsync variable
Filename:
MIME Type:
Creator:
Prarit Bhargava
Created:
2007-01-09 13:54:39 UTC
Size:
540 bytes
patch
obsolete
>diff -urNp linux-2.6.9.orig/arch/i386/kernel/cpu/cpufreq/powernow-k8.c linux-2.6.9.new/arch/i386/kernel/cpu/cpufreq/powernow-k8.c >--- linux-2.6.9.orig/arch/i386/kernel/cpu/cpufreq/powernow-k8.c 2007-01-08 16:51:09.000000000 -0500 >+++ linux-2.6.9.new/arch/i386/kernel/cpu/cpufreq/powernow-k8.c 2007-01-09 13:48:10.000000000 -0500 >@@ -50,7 +50,7 @@ > #include "powernow-k8.h" > > static int disable __initdata = 0; >-static int tscsync __initdata = 0; >+static int tscsync = 0; > > /* serialize freq changes */ > static DECLARE_MUTEX(fidvid_sem);
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 221975
: 145161