]> git.baikalelectronics.ru Git - kernel.git/commit
sparc64: get rid of fake_swapper_regs
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 19 Aug 2020 21:50:40 +0000 (17:50 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Jan 2021 01:10:54 +0000 (20:10 -0500)
commitd17b9ec777d86c590a77a404565be5d6005f2fe2
tree263a32a58b9690baa08cffad7839c3c87a5eb9c3
parent5c8fe583cce542aa0b84adc939ce85293de36e5e
sparc64: 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/thread_info_64.h
arch/sparc/kernel/head_64.S
arch/sparc/kernel/setup_64.c