summaryrefslogtreecommitdiff
path: root/sys/src/9/omap/mem.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-04-11 14:05:23 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2019-04-11 14:05:23 +0200
commit9ae99fb5ad34f5b587129f5acddf77cbaa6fba17 (patch)
tree06e1393b8dc7b7ce8642b6c852f5e987581ea0f8 /sys/src/9/omap/mem.h
parentf4f19cdf1a8f0d2aa5f9fce10c896201528b5347 (diff)
kernel: get rid of KSTKSIZE alias for KSTACK
Diffstat (limited to 'sys/src/9/omap/mem.h')
-rw-r--r--sys/src/9/omap/mem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/9/omap/mem.h b/sys/src/9/omap/mem.h
index 744589dc0..2eed0e114 100644
--- a/sys/src/9/omap/mem.h
+++ b/sys/src/9/omap/mem.h
@@ -39,7 +39,7 @@
#define MAXMACH 1 /* max # cpus system can run */
#define MACHSIZE BY2PG
-#define KSTKSIZE (16*KiB) /* was 8K */
+#define KSTACK (16*KiB) /* was 8K */
#define STACKALIGN(sp) ((sp) & ~3) /* bug: assure with alloc */
/*
@@ -80,7 +80,6 @@
* Legacy...
*/
#define BLOCKALIGN 32 /* only used in allocb.c */
-#define KSTACK KSTKSIZE
/*
* Sizes