x86/spec-ctrl: Reposition the XPTI command line parsing logic
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 12 Sep 2018 13:36:00 +0000 (14:36 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 13 May 2019 09:35:37 +0000 (10:35 +0100)
commitc2c2bb0d60c642e64a5243a79c8b1548ffb7bc5b
treed5f57681174c5485ebd22a6dbd54ce8fc5bdcaec
parent9b757bdc1794d012f5d784de54d5884e425622e0
x86/spec-ctrl: Reposition the XPTI command line parsing logic

It has ended up in the middle of the mitigation calculation logic.  Move it to
be beside the other command line parsing.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/spec_ctrl.c