sparc32: get rid of fake_swapper_regs
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 19 Aug 2020 22:05:02 +0000 (18:05 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Jan 2021 01:10:55 +0000 (20:10 -0500)
commitaf7652500b4c43643a8531b82974e97b1248a03a
treeb4a0363d42b4851bf59f8724aa92a99ac237d8c8
parentd17b9ec777d86c590a77a404565be5d6005f2fe2
sparc32: get rid of fake_swapper_regs

no reason to have ->kregs of initial thread set up in a special
way - we can keep them on stack, same as for every other thread.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/sparc/include/asm/processor_32.h
arch/sparc/kernel/head_32.S
arch/sparc/kernel/process_32.c
arch/sparc/kernel/setup_32.c