shithub: riscv

Download patch

ref: 8b160d1ea14a47f3e7da4c2484e7d1a8afcb7dd0
parent: 0132e7fed0ee48dae66607fbccd7c0ab1acea45e
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Apr 4 11:23:20 EDT 2019

bcm: remove obsolete TSTKTOP constant

--- a/sys/src/9/bcm/mem.h
+++ b/sys/src/9/bcm/mem.h
@@ -60,8 +60,6 @@
 #define	UTZERO		(UZERO+BY2PG)		/* user text start */
 #define	USTKTOP		0x40000000		/* user segment end +1 */
 #define	USTKSIZE	(8*1024*1024)		/* user stack size */
-#define	TSTKTOP		(USTKTOP-USTKSIZE)	/* sysexec temporary stack */
-#define	TSTKSIZ	 	256
 
 /*
  * Legacy...