git: 9front

Download patch

ref: fdc54af5e03293a20fd95411df929a6294354b9e
parent: af4ca55964ed1441f93d77731f54a8a533e42cef
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Apr 4 11:25:10 EDT 2019

xen: remove obsolete TSTKTOP constant

--- a/sys/src/9/xen/mem.h
+++ b/sys/src/9/xen/mem.h
@@ -58,8 +58,6 @@
 #define	KTZERO		0x80010000		/* first address in kernel text */
 #define	USTKTOP		(KZERO-BY2PG)		/* byte just beyond user stack */
 #define	USTKSIZE	(16*1024*1024)		/* size of user stack */
-#define	TSTKTOP		(USTKTOP-USTKSIZE)	/* end of new stack in sysexec */
-#define	TSTKSIZ 	100
 
 /*
  *  known x86 segments (in GDT) and their selectors
--