micropack: sync with core changes
authorAlan Cox <alan@linux.intel.com>
Sat, 29 Sep 2018 15:22:42 +0000 (16:22 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 29 Sep 2018 15:22:42 +0000 (16:22 +0100)
Kernel/platform-micropack/devtty.c
Kernel/platform-micropack/z80pack.s

index 9c50cf4..a5ee1aa 100644 (file)
@@ -55,7 +55,7 @@ void tty_pollirq(void)
     }
 }    
 
-void tty_setup(uint8_t minor)
+void tty_setup(uint8_t minor, uint8_t flags)
 {
     used(minor);
 }
index 6ce4599..5eb67f8 100644 (file)
            .globl map_kernel
            .globl map_process
            .globl map_process_always
-           .globl map_save
+           .globl map_kernel_di
+           .globl map_process_di
+           .globl map_process_always_di
+           .globl map_save_kernel
            .globl map_restore
            .globl platform_interrupt_all
            .globl bank_switch_a
            .globl _curbank
+           .globl _int_disabled
 
             ; exported debugging tools
             .globl _platform_monitor
@@ -69,6 +73,9 @@ _platform_reboot:
            ld a, #1
            out (29), a
 
+_int_disabled:
+           .db 1
+
             .area _CODE
 
 init_early:
@@ -149,7 +156,10 @@ _program_vectors:
 map_kernel:
 map_process:
 map_process_always:
-map_save:
+map_kernel_di:
+map_process_di:
+map_process_always_di:
+map_save_kernel:
 map_restore:
            ret