From 9ae99fb5ad34f5b587129f5acddf77cbaa6fba17 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Thu, 11 Apr 2019 14:05:23 +0200 Subject: kernel: get rid of KSTKSIZE alias for KSTACK --- sys/src/9/kw/mem.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/src/9/kw') diff --git a/sys/src/9/kw/mem.h b/sys/src/9/kw/mem.h index 775933bc3..36c4f1c1e 100644 --- a/sys/src/9/kw/mem.h +++ b/sys/src/9/kw/mem.h @@ -39,7 +39,7 @@ #define MAXMACH 1 /* max # cpus system can run */ #define MACHSIZE BY2PG -#define KSTKSIZE (8*KiB) +#define KSTACK (8*KiB) #define STACKALIGN(sp) ((sp) & ~3) /* bug: assure with alloc */ /* @@ -91,7 +91,6 @@ * Legacy... */ #define BLOCKALIGN 32 /* only used in allocb.c */ -#define KSTACK KSTKSIZE /* * Sizes -- cgit v1.2.3