px4plus: bring other bits up to date
authorAlan Cox <alan@linux.intel.com>
Thu, 12 Mar 2015 11:59:23 +0000 (11:59 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 12 Mar 2015 11:59:23 +0000 (11:59 +0000)
This is still just a size testing build

Kernel/platform-px4plus/px4plus.s
Kernel/platform-px4plus/tricks.s

index 3cf4adc..30e00d0 100644 (file)
@@ -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)
 ; -----------------------------------------------------------------------------
index 4b50fca..2571090 100644 (file)
@@ -16,7 +16,6 @@
         .globl _runticks
         .globl unix_syscall_entry
         .globl interrupt_handler
-        .globl dispatch_process_signal
        .globl _swapper
        .globl _swapout