console: remove buffer cache
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 18 Dec 2011 11:23:14 +0000 (12:23 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 18 Dec 2011 11:23:14 +0000 (12:23 +0100)
commit68ac34838967a97dd478ef4a273fe9d51192f15b
treeac68af631731b0ded51b56fdc504977b79ef67b4
parent0533c94677b42604fdd68c154283b650befab1d7
console: remove buffer cache

Unless we benchmark the buffer implementation we shouldn't implement
speedup-hacks. Therefore, remove the buffer-cache and look how it works out.
This simplifies buffer handling alot.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/console_cell.c