From: Krzysztof Helt This patch adds usage of MTRR registers and two new options: noaccel and nomtrr. Signed-off-by: Krzysztof Helt --- The previous patch does not applied if the mm patches were applied. This one fixes it. --- linux-2.6.21/drivers/video/pm2fb.c 2007-06-21 08:32:07.000000000 +0200 +++ linux-2.6.22/drivers/video/pm2fb.c 2007-06-21 08:30:09.000000000 +0200 @@ -38,6 +38,9 @@ #include #include #include +#ifdef CONFIG_MTRR +#include +#endif #include