* [PATCH] Fix the imlicit declaration of mtrr_centaur_report_mcr in arch/i386/kernel/cpu/centaur.c
@ 2006-02-26 15:13 Jesper Juhl
0 siblings, 0 replies; only message in thread
From: Jesper Juhl @ 2006-02-26 15:13 UTC (permalink / raw)
To: linux-kernel; +Cc: Jesper Juhl
Fix the imlicit declaration of mtrr_centaur_report_mcr
in arch/i386/kernel/cpu/centaur.c
arch/i386/kernel/cpu/centaur.c: In function `centaur_mcr_insert':
arch/i386/kernel/cpu/centaur.c:33: warning: implicit declaration of function `mtrr_centaur_report_mcr'
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---
arch/i386/kernel/cpu/centaur.c | 1 +
1 files changed, 1 insertion(+)
--- linux-2.6.16-rc4-mm2-orig/arch/i386/kernel/cpu/centaur.c 2006-02-18 02:08:40.000000000 +0100
+++ linux-2.6.16-rc4-mm2/arch/i386/kernel/cpu/centaur.c 2006-02-26 15:47:27.000000000 +0100
@@ -4,6 +4,7 @@
#include <asm/processor.h>
#include <asm/msr.h>
#include <asm/e820.h>
+#include <asm/mtrr.h>
#include "cpu.h"
#ifdef CONFIG_X86_OOSTORE
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-26 15:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-26 15:13 [PATCH] Fix the imlicit declaration of mtrr_centaur_report_mcr in arch/i386/kernel/cpu/centaur.c Jesper Juhl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome