From d5383fcc4c221227b954e028821a697ca7859e0e Mon Sep 17 00:00:00 2001 From: Krzysztof Helt Date: Tue, 16 Oct 2007 01:28:33 -0700 Subject: pm3fb: mtrr support and noaccel option This patch adds usage of MTRR registers and two new options: noaccel and nomtrr. [bunk@kernel.org: make pm3fb_init() static again] Signed-off-by: Krzysztof Helt Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/pm3fb.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 78 insertions(+), 2 deletions(-) (limited to 'drivers/video/pm3fb.c') diff --git a/drivers/video/pm3fb.c b/drivers/video/pm3fb.c index 88af0721f305..195bcdbc66b5 100644 --- a/drivers/video/pm3fb.c +++ b/drivers/video/pm3fb.c @@ -32,6 +32,9 @@ #include #include #include +#ifdef CONFIG_MTRR +#include +#endif #include