arm64: Move SSBD prctl() handler alongside other spectre mitigation code
authorWill Deacon <will@kernel.org>
Fri, 18 Sep 2020 10:45:57 +0000 (11:45 +0100)
committerWill Deacon <will@kernel.org>
Tue, 29 Sep 2020 15:08:16 +0000 (16:08 +0100)
commit9e78b659b4539ee20fd0c415cf8c231cea59e9c0
tree01b394d75a7d6d82d92574b3fd9f85fd01a26ade
parent9b0955baa4208abd72840c13c5f56a0f133c7cb3
arm64: Move SSBD prctl() handler alongside other spectre mitigation code

As part of the spectre consolidation effort to shift all of the ghosts
into their own proton pack, move all of the horrible SSBD prctl() code
out of its own 'ssbd.c' file.

Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/Makefile
arch/arm64/kernel/proton-pack.c
arch/arm64/kernel/ssbd.c [deleted file]