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 154016 Details for
Bug 238840
numactl --show broken for >128 cpus
[?]
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 for >127 cpus
numactl_printcpumask.patch (text/plain), 435 bytes, created by
Martin Poole
on 2007-05-03 11:10:38 UTC
(
hide
)
Description:
patch for >127 cpus
Filename:
MIME Type:
Creator:
Martin Poole
Created:
2007-05-03 11:10:38 UTC
Size:
435 bytes
patch
obsolete
>--- numactl-0.6.4/util.c.old 2007-04-30 11:42:35.000000000 -0400 >+++ numactl-0.6.4/util.c 2007-04-30 11:43:02.000000000 -0400 >@@ -50,15 +50,13 @@ > > void printcpumask(char *name, cpu_set_t *mask) > { >- int i, max; >+ int i; > > printf("%s: ", name); > >- max = sizeof(cpu_set_t); >- >- for (i = 0; i <= max; i++) >+ for (i = 0; i <= CPU_SETSIZE; i++) > if(CPU_ISSET(i,mask)) >- printf("%d", i); >+ printf("%d ", i); > putchar('\n'); > } >
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 238840
: 154016