s390: unify stack size definitions
authorVasily Gorbik <gor@linux.ibm.com>
Tue, 18 Sep 2018 16:23:40 +0000 (18:23 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 9 Oct 2018 09:20:58 +0000 (11:20 +0200)
commit32ce55a6592fc3e117e70953001a9ea1931f7941
tree6f195ca6380a0241a1cbe0853e0ecadc7cccafb6
parentce3dc447493ff4186b192b38d723ab5e8c1eb52f
s390: unify stack size definitions

Remove STACK_ORDER and STACK_SIZE in favour of identical THREAD_SIZE_ORDER
and THREAD_SIZE definitions. THREAD_SIZE and THREAD_SIZE_ORDER naming is
misleading since it is used as general kernel stack size information. But
both those definitions are used in the common code and throughout
architectures specific code, so changing the naming is problematic.

Reviewed-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/processor.h
arch/s390/include/asm/thread_info.h
arch/s390/kernel/dumpstack.c
arch/s390/kernel/irq.c
arch/s390/kernel/setup.c
arch/s390/kernel/smp.c