2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>

* video/fb/video_fb.c (grub_video_fb_scroll): Optimise by avoiding
	unnecessary calls.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-20 21:45:41 +01:00
commit 48209f4f05
2 changed files with 77 additions and 21 deletions

View file

@ -1,3 +1,8 @@
2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>
* video/fb/video_fb.c (grub_video_fb_scroll): Optimise by avoiding
unnecessary calls.
2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>
Move context handling out of the kernel.