v65c816: fix incorrect define
authorAlan Cox <alan@linux.intel.com>
Thu, 7 Dec 2017 15:10:46 +0000 (15:10 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 7 Dec 2017 15:10:46 +0000 (15:10 +0000)
It's right in the asm but the C one is used in swap which we don't yet do..

Kernel/platform-v65c816/config.h

index 36b2281..7c728dd 100644 (file)
@@ -23,7 +23,7 @@
 #define MAX_MAPS       7
 #define MAP_SIZE    0xFC00  /* 0-FBFF */
 
-#define STACK_BANKOFF  0xF5    /* F600-FCFF */
+#define STACK_BANKOFF  0xF0    /* F000-FBFF */
 
 #define TICKSPERSEC 100            /* Ticks per second */
 #define MAPBASE            0x0000  /* We map from 0 */