]> xenbits.xensource.com Git - xen.git/commit
x86/intel: Move mcu_opt_ctrl_* into __ro_after_init
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 30 Apr 2025 15:18:13 +0000 (16:18 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 30 Apr 2025 16:02:09 +0000 (17:02 +0100)
commit88b4ea080cd2ee502b08754ed7adbd7ee5e30a89
tree78a4459d4e4efa757283aa9029f866111dffdb7e
parenta1ce987411f61dbf5fe64bba0cd3d36d7cc0311f
x86/intel: Move mcu_opt_ctrl_* into __ro_after_init

They're only modified by set_in_mcu_opt_ctrl() which is an __init function.

No functional change.

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