]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit31fef8e6db73f89d2f8d12a43eaa5df60d3077e3
tree6f195ca6380a0241a1cbe0853e0ecadc7cccafb6
parent3084a932b9be40752669c0d6331c659197dcf03f
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