Bug 178839
Summary: | CPU's being incorrectly numbered | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Graham Biswell <gbiswell> | ||||||
Component: | kernel | Assignee: | Jim Paradis <jparadis> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Brian Brock <bbrock> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 4.3 | CC: | gcooper, jbaron, jjarvis, peterm | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | RHSA-2006-0132 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2006-03-07 21:20:10 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 168430 | ||||||||
Attachments: |
|
Description
Graham Biswell
2006-01-24 18:31:32 UTC
Created attachment 123626 [details]
output from "cat /proc/cpuinfo"
Created attachment 123627 [details]
dmesg output
I should add that with hyperthreading disabled, only 16 logical cpu's are reported. This is a duplicate of Bug 177561. The CPUs are in fact being numbered correctly. The problem is that the kernel only recognized a maximum CPU id of 128 when in fact the hardware limit is 255. The 460 in particular implements "sparse" numbering of CPUs; each successive node starts numbering CPUs at the next multiple of 64, which is why half of the CPUs are in the 128-255 range and thus unused. A patch has already been committed for this. *** This bug has been marked as a duplicate of 177561 *** An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2006-0132.html |