kernel.def: add PAGE2 define
authorAlan Cox <alan@linux.intel.com>
Tue, 7 Aug 2018 23:05:33 +0000 (00:05 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 7 Aug 2018 23:05:33 +0000 (00:05 +0100)
We'll need that shortly

Kernel/kernel.def

index 2cdc8e5..e68da9a 100644 (file)
@@ -27,6 +27,7 @@ P_TAB__P_STATUS_OFFSET      .equ 0
 P_TAB__P_TTY_OFFSET         .equ 1
 P_TAB__P_PID_OFFSET         .equ 2
 P_TAB__P_PAGE_OFFSET        .equ 14
+P_TAB__P_PAGE2_OFFSET       .equ 16
 
 P_RUNNING                   .equ 1            ; value from include/kernel.h
 P_READY                     .equ 2            ; value from include/kernel.h