From: "Antonino A. Daplas" w100fb bugfix: The blanking function used vmalloc/vfree which isn't interrupt safe. To avoid problems, switch to kmalloc/kfree and use several buffers to avoid kmalloc size limitations. Signed-off-by: Richard Purdie Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton --- 25-akpm/drivers/video/w100fb.c | 59 ++++++++++++++++++++++++----------------- 1 files changed, 35 insertions(+), 24 deletions(-) diff -puN drivers/video/w100fb.c~w100fb-make-blanking-function-interrupt-safe drivers/video/w100fb.c --- 25/drivers/video/w100fb.c~w100fb-make-blanking-function-interrupt-safe Wed Feb 9 14:05:07 2005 +++ 25-akpm/drivers/video/w100fb.c Wed Feb 9 14:05:07 2005 @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include