xen: remove obsolete TSTKTOP constant

This commit is contained in:
cinap_lenrek 2019-04-04 15:25:10 +02:00
parent 8b160d1ea1
commit b7105fe066

View file

@ -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