summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/m68k/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-03-06 22:23:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-03-06 22:23:56 +0000
commit110f4ff71726eaf73c4b0c993a186a59d98e50e4 (patch)
tree648e050fbd2775a6d363e33ebe8e5c2e2e7b5baa /c/src/exec/score/cpu/m68k/cpu.h
parentGeneric 68360 BSP (gen360) submitted by: W. Eric Norum <eric@skatter.usask.ca>. (diff)
downloadrtems-110f4ff71726eaf73c4b0c993a186a59d98e50e4.tar.bz2
Added 68360 support submitted by W. Eric Norum (eric@skatter.usask.ca).
Also increased minimum stack size from 1K to 2K.
Diffstat (limited to 'c/src/exec/score/cpu/m68k/cpu.h')
-rw-r--r--c/src/exec/score/cpu/m68k/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/m68k/cpu.h b/c/src/exec/score/cpu/m68k/cpu.h
index f7678a820b..256e273b65 100644
--- a/c/src/exec/score/cpu/m68k/cpu.h
+++ b/c/src/exec/score/cpu/m68k/cpu.h
@@ -182,7 +182,7 @@ extern char _VBR[];
* Minimum size of a thread's stack.
*/
-#define CPU_STACK_MINIMUM_SIZE 1024
+#define CPU_STACK_MINIMUM_SIZE 2048
/*
* m68k is pretty tolerant of alignment. Just put things on 4 byte boundaries.