core/font: clean up and remove trackbuf usage
commit001266008cb757c1486b9b760eb77d61efd3dc47
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 29 May 2012 18:41:51 +0000 (29 11:41 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 29 May 2012 18:43:46 +0000 (29 11:43 -0700)
tree43a7f31fc89c1ace4a7353e8d75fc63e5e310206
parent4fc3fd1e14f4c1b9208ef262e5b6aef853e9fce4
core/font: clean up and remove trackbuf usage

This code was pretty messed up; it used the trackbuf for simple file
I/O, but didn't use lowmem for the actual font buffer, which is
touched by BIOS.

This also removes yet another user of trackbuf.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/font.c