From: Alan Cox Date: Thu, 12 Mar 2015 11:59:23 +0000 (+0000) Subject: px4plus: bring other bits up to date X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ba209a6f8e03700d7fa89d168d7dab3ffcb59b67;p=FUZIX.git px4plus: bring other bits up to date This is still just a size testing build --- diff --git a/Kernel/platform-px4plus/px4plus.s b/Kernel/platform-px4plus/px4plus.s index 3cf4adc6..30e00d03 100644 --- a/Kernel/platform-px4plus/px4plus.s +++ b/Kernel/platform-px4plus/px4plus.s @@ -22,6 +22,7 @@ .globl map_process_always .globl map_save .globl map_restore + .globl _kernel_flag .globl platform_interrupt_all @@ -63,6 +64,12 @@ _trap_reboot: platform_interrupt_all: ret +; +; FIXME: this probably needs to be a new "commondata" area +; +_kernel_flag: + .db 1 + ; ----------------------------------------------------------------------------- ; KERNEL MEMORY BANK (only accessible when the kernel is mapped) ; ----------------------------------------------------------------------------- diff --git a/Kernel/platform-px4plus/tricks.s b/Kernel/platform-px4plus/tricks.s index 4b50fcab..25710903 100644 --- a/Kernel/platform-px4plus/tricks.s +++ b/Kernel/platform-px4plus/tricks.s @@ -16,7 +16,6 @@ .globl _runticks .globl unix_syscall_entry .globl interrupt_handler - .globl dispatch_process_signal .globl _swapper .globl _swapout