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 302523 Details for
Bug 439540
oprofile fix to support Penryn-based processors
[?]
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]
backport of patch to 4.7
rhel4.7-oprofile-penryn-v1.patch (text/plain), 752 bytes, created by
Geoff Gustafson
on 2008-04-15 20:57:25 UTC
(
hide
)
Description:
backport of patch to 4.7
Filename:
MIME Type:
Creator:
Geoff Gustafson
Created:
2008-04-15 20:57:25 UTC
Size:
752 bytes
patch
obsolete
>Index: linux-2.6.9/arch/i386/oprofile/nmi_int.c >=================================================================== >--- linux-2.6.9.orig/arch/i386/oprofile/nmi_int.c 2008-03-28 14:29:58.000000000 -0400 >+++ linux-2.6.9/arch/i386/oprofile/nmi_int.c 2008-03-28 15:27:54.000000000 -0400 >@@ -344,12 +344,13 @@ static int __init ppro_init(void) > { > __u8 cpu_model = current_cpu_data.x86_model; > >- if (cpu_model > 15) >- return 0; >- >- if (cpu_model == 15) { >+ if (cpu_model == 15 || cpu_model == 23) { > nmi_ops.cpu_type = "i386/core_2"; >- } else if (cpu_model == 14) { >+ } >+ else if (cpu_model > 15) { >+ return 0; >+ } >+ else if (cpu_model == 14) { > nmi_ops.cpu_type = "i386/core"; > } else if (cpu_model == 9) { > nmi_ops.cpu_type = "i386/p6_mobile";
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 439540
: 302523