Bug 12558
Summary: | [TRIVIAL] MTTR OOPS | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Cijoml Cijomlovic Cijomlov (cijoml) |
Component: | x86-64 | Assignee: | Alan (alan) |
Status: | CLOSED CODE_FIX | ||
Severity: | high | CC: | akpm, alan, cmruffin, vranyj1 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.32.X | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Cijoml Cijomlovic Cijomlov
2009-01-28 01:13:31 UTC
> WARNING: at arch/x86/kernel/cpu/mtrr/generic.c:404
> generic_get_mtrr+0xc3/0xfd()
> mtrr: your BIOS has set up an incorrect mask, fixing it up.
It's not an oops - it's just a noisy warning. The kernel is boasting that
your bios is busted, and we fixed it up.
That warning should be toned down a bit - it just misleads people.
resolved in 942fa3b6 verified in vanilla 2.6.37 it works |