dragon: fix build
authorAlan Cox <alan@linux.intel.com>
Thu, 11 Jun 2015 19:51:59 +0000 (20:51 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 11 Jun 2015 19:51:59 +0000 (20:51 +0100)
Kernel/platform-dragon/devtty.c
Kernel/platform-dragon/p6809.s

index 74dda36..675ae19 100644 (file)
@@ -14,6 +14,8 @@ uint8_t *uart_status = (uint8_t *)0xFF05;     /* ACIA status */
 uint8_t *uart_command = (uint8_t *)0xFF06;     /* ACIA command */
 uint8_t *uart_control = (uint8_t *)0xFF07;     /* ACIA control */
 
+uint8_t vtattr_cap = 0;                        /* we could do inverse ? */
+
 unsigned char tbuf1[TTYSIZ];
 unsigned char tbuf2[TTYSIZ];
 
index 6e51bc2..d86e4d2 100644 (file)
@@ -18,6 +18,7 @@
 
             ; exported debugging tools
             .globl _trap_monitor
+            .globl _trap_reboot
             .globl outchar
            .globl _di
            .globl _ei