x86/mm: Initialize text poking earlier
authorPeter Zijlstra <peterz@infradead.org>
Tue, 25 Oct 2022 19:38:25 +0000 (21:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Aug 2023 18:03:49 +0000 (20:03 +0200)
commit051f5dcf144aa7659c4f4be04c66c3eda9b1bad3
tree75c72f5dcb07a5e46712ee9c2fd0c3a116b80d72
parente0fd83a193c530fdeced8b2e2ec83039ffdb884b
x86/mm: Initialize text poking earlier

commit 5b93a83649c7cba3a15eb7e8959b250841acb1b1 upstream.

Move poking_init() up a bunch; specifically move it right after
mm_init() which is right before ftrace_init().

This will allow simplifying ftrace text poking which currently has
a bunch of exceptions for early boot.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20221025201057.881703081@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
init/main.c