coco2cart: fix breakage from vt change
authorAlan Cox <alan@linux.intel.com>
Sat, 30 Jun 2018 21:54:24 +0000 (22:54 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 30 Jun 2018 21:54:24 +0000 (22:54 +0100)
Kernel/platform-coco2cart/video.s

index 5ab0cac..7f72e05 100644 (file)
@@ -9,6 +9,7 @@
        .globl _clear_lines
        .globl _cursor_on
        .globl _cursor_off
+       .globl _cursor_disable
        .globl _vtattr_notify
 
        .globl _video_read
@@ -337,6 +338,7 @@ _cursor_off:
        com 224,x
 nocursor:
 _vtattr_notify:
+_cursor_disable:
        rts
 ;
 ;      These routines wortk in both 256x192x2 and 128x192x4 modes