* [PATCH] mtrr: kill over the top warn
@ 2010-02-08 10:03 Alan Cox
2010-02-16 6:51 ` [tip:x86/mtrr] x86, mtrr: Kill " tip-bot for Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2010-02-08 10:03 UTC (permalink / raw)
To: linux-kernel, mingo
Fixes bugzilla: http://bugzilla.kernel.org/show_bug.cgi?id=12558
Fixes bugzilla: http://bugzilla.kernel.org/show_bug.cgi?id=12317
(and if this really needed to be a warn you'd be responding to the bugs left
in bugzilla from it...)
Signed-off-by: Alan Cox <alan@linux.intel.com>
---
arch/x86/kernel/cpu/mtrr/generic.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/cpu/mtrr/generic.c b/arch/x86/kernel/cpu/mtrr/generic.c
index 4d75584..163e59e 100644
--- a/arch/x86/kernel/cpu/mtrr/generic.c
+++ b/arch/x86/kernel/cpu/mtrr/generic.c
@@ -464,7 +464,7 @@ static void generic_get_mtrr(unsigned int reg, unsigned long *base,
tmp |= ~((1<<(hi - 1)) - 1);
if (tmp != mask_lo) {
- WARN_ONCE(1, KERN_INFO "mtrr: your BIOS has set up an incorrect mask, fixing it up.\n");
+ printk(KERN_WARNING "mtrr: your BIOS has configured an incorrect mask, fixing it.\n");
mask_lo = tmp;
}
}
^ permalink raw reply related [flat|nested] 2+ messages in thread* [tip:x86/mtrr] x86, mtrr: Kill over the top warn
2010-02-08 10:03 [PATCH] mtrr: kill over the top warn Alan Cox
@ 2010-02-16 6:51 ` tip-bot for Alan Cox
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Alan Cox @ 2010-02-16 6:51 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, alan, hpa, mingo, tglx
Commit-ID: 942fa3b63eb525aa0512ba28c42e656d8efc6787
Gitweb: http://git.kernel.org/tip/942fa3b63eb525aa0512ba28c42e656d8efc6787
Author: Alan Cox <alan@linux.intel.com>
AuthorDate: Mon, 8 Feb 2010 10:03:17 +0000
Committer: H. Peter Anvin <hpa@zytor.com>
CommitDate: Mon, 15 Feb 2010 19:38:52 -0800
x86, mtrr: Kill over the top warn
Fixes bugzilla: http://bugzilla.kernel.org/show_bug.cgi?id=12558
Fixes bugzilla: http://bugzilla.kernel.org/show_bug.cgi?id=12317
(and if this really needed to be a warn you'd be responding to the bugs left
in bugzilla from it...)
Signed-off-by: Alan Cox <alan@linux.intel.com>
LKML-Reference: <20100208100239.2568.2940.stgit@localhost.localdomain>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
---
arch/x86/kernel/cpu/mtrr/generic.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/cpu/mtrr/generic.c b/arch/x86/kernel/cpu/mtrr/generic.c
index 4d75584..163e59e 100644
--- a/arch/x86/kernel/cpu/mtrr/generic.c
+++ b/arch/x86/kernel/cpu/mtrr/generic.c
@@ -464,7 +464,7 @@ static void generic_get_mtrr(unsigned int reg, unsigned long *base,
tmp |= ~((1<<(hi - 1)) - 1);
if (tmp != mask_lo) {
- WARN_ONCE(1, KERN_INFO "mtrr: your BIOS has set up an incorrect mask, fixing it up.\n");
+ printk(KERN_WARNING "mtrr: your BIOS has configured an incorrect mask, fixing it.\n");
mask_lo = tmp;
}
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-16 6:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 10:03 [PATCH] mtrr: kill over the top warn Alan Cox
2010-02-16 6:51 ` [tip:x86/mtrr] x86, mtrr: Kill " tip-bot for Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox