X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=kernel%2Fio%2Fconsole%2Fmisc.cc;h=7da03244e01d4bfbafd0f560fdf15fbde6e45315;hp=09f8623edf1eb0f6097a82341bb503cb61c2d0d9;hb=263f276afb0b78c5c8914a54975d383425869d66;hpb=48f0f588f60e735375f4122122b55def1846d8df diff --git a/kernel/io/console/misc.cc b/kernel/io/console/misc.cc index 09f8623..7da0324 100644 --- a/kernel/io/console/misc.cc +++ b/kernel/io/console/misc.cc @@ -41,8 +41,6 @@ Lock::SpinLock printf_lock; // happens. If you really need that, you'll need to call snprintf // and primary_console->write yourself. -void vga_write(uint8_t *buf, u64 len); - size_t printf(const char *str, ...) { Lock::AutoSpinLockRecIRQ autolock(printf_lock);