summaryrefslogtreecommitdiffstats
path: root/lib/console.c
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2007-06-29 16:57:23 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2007-06-29 16:57:23 +0000
commit25ebd9110b2184466e3f10acf43f3dec90601d24 (patch)
tree44664359b441f9efbb51cadb0660e0b697572734 /lib/console.c
parentf24a8d13c728005e43e60388189f87ad49f4e6d8 (diff)
downloadcoreboot-25ebd9110b2184466e3f10acf43f3dec90601d24.tar.gz
coreboot-25ebd9110b2184466e3f10acf43f3dec90601d24.tar.bz2
coreboot-25ebd9110b2184466e3f10acf43f3dec90601d24.zip
* start using arch/foo.h again instead of archfoo.h (trivial)
* make constructor an initializer. * fix memory leak/code flow error in current code * add spinlocking * drop malloc and use new_device for device allocation instead. * add CONFIG_SMP as it is needed by spinlocks and soon other stuff. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@418 f3766cd6-281f-0410-b1cd-43a5c92072e9
Diffstat (limited to 'lib/console.c')
-rw-r--r--lib/console.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/console.c b/lib/console.c
index b63b6f4dcff2..ecb60b145cbf 100644
--- a/lib/console.c
+++ b/lib/console.c
@@ -2,7 +2,6 @@
#include <hlt.h>
#include <console.h>
#include <uart8250.h>
-// FIXME: we need this for varargs
#include <stdarg.h>
int vtxprintf(void (*)(unsigned char, void *arg),