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 226031 Details for
Bug 217134
oprofile on P4 w/HT and HT turned off in BIOS still report i386/p4-ht
[?]
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]
Check the number of processors that are actually active
oprofile-ht.diff (text/plain), 413 bytes, created by
William Cohen
on 2007-10-12 19:08:34 UTC
(
hide
)
Description:
Check the number of processors that are actually active
Filename:
MIME Type:
Creator:
William Cohen
Created:
2007-10-12 19:08:34 UTC
Size:
413 bytes
patch
obsolete
>diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c >index 11b7a51..f4aa9b2 100644 >--- a/arch/x86/oprofile/nmi_int.c >+++ b/arch/x86/oprofile/nmi_int.c >@@ -355,7 +355,7 @@ static int __init p4_init(char ** cpu_type) > model = &op_p4_spec; > return 1; > #else >- switch (smp_num_siblings) { >+ switch (cpus_weight(cpu_sibling_map[0])) { > case 1: > *cpu_type = "i386/p4"; > model = &op_p4_spec;
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 217134
:
144140
| 226031