Bug 41856
| Summary: | mtrr (write-combining) messages on Athlon 1300 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Jeremy Sanders <jss> |
| Component: | kernel | Assignee: | Arjan van de Ven <arjanv> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-05-23 12:13:41 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: | |||
|
Description
Jeremy Sanders
2001-05-22 16:31:23 UTC
This usually means the bios and Linux disagree on what the settings should be... harmless as Linux wins Interestingly these messages go away in the latest rawhide kernel kernel-2.4.3-5.athlon.rpm. Also /proc/mtrr now reads: xpc1:~> cat /proc/mtrr reg00: base=0x00000000 ( 0MB), size= 512MB: write-back, count=1 reg01: base=0xd4000000 (3392MB), size= 16MB: write-combining, count=1 reg05: base=0xd0000000 (3328MB), size= 64MB: write-combining, count=1 This was an initialisation problem in the mtrr coding. For current Athlon CPUs it was pretty likely that the and/or mask values didnt get initialized and therfore gigantic size values got composed from CPU registers. The bug is fixed in official Linux Kernel 2.4.4 and later. |