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 190511 Details for
Bug 185994
Top "Cpu0" line never updates when using "Single Cpu = Off" option on single processor machine
[?]
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]
CPU0 patch for procps 3.2.7 in FC6
procps-3.2.7-top-cpu0.patch (text/plain), 634 bytes, created by
Robert Jackson
on 2007-09-07 20:52:46 UTC
(
hide
)
Description:
CPU0 patch for procps 3.2.7 in FC6
Filename:
MIME Type:
Creator:
Robert Jackson
Created:
2007-09-07 20:52:46 UTC
Size:
634 bytes
patch
obsolete
>--- procps-3.2.7/top.c.orig 2007-09-07 21:28:41.000000000 +0100 >+++ procps-3.2.7/top.c 2007-09-07 21:29:15.000000000 +0100 >@@ -959,8 +959,15 @@ > > // and just in case we're 2.2.xx compiled without SMP support... > if (Cpu_tot == 1) { >- cpus[1].id = 0; >- memcpy(cpus, &cpus[1], sizeof(CPU_t)); >+ cpus[0].id = cpus[1].id = 0; >+ cpus[0].u = cpus[1].u; >+ cpus[0].n = cpus[1].n; >+ cpus[0].s = cpus[1].s; >+ cpus[0].i = cpus[1].i; >+ cpus[0].w = cpus[1].w; >+ cpus[0].x = cpus[1].x; >+ cpus[0].y = cpus[1].y; >+ cpus[0].z = cpus[1].z; > } > > // now value each separate cpu's tics
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 185994
:
126367
| 190511