mtx: note bug to fix
authorAlan Cox <alan@linux.intel.com>
Fri, 22 May 2015 10:36:45 +0000 (11:36 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 22 May 2015 10:36:45 +0000 (11:36 +0100)
Kernel/platform-mtx/devtty.c

index 772b3c7..cab268e 100644 (file)
@@ -314,3 +314,5 @@ void tty_interrupt(void)
 /* This is used by the vt asm code, but needs to live in the kernel */
 uint16_t cursorpos;
 
+/* FIXME: need to wrap vt_ioctl so we switch to the right tty before asking
+   the size! */