]> xenbits.xensource.com Git - xen.git/commit
xen: introduce Kconfig function alignment option
authorRoger Pau Monné <roger.pau@citrix.com>
Tue, 27 Feb 2024 09:17:59 +0000 (10:17 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 27 Feb 2024 09:17:59 +0000 (10:17 +0100)
commitca7c872c70cb58f1e4b59f8eb619ffa0ecc1ed87
treef7eec4dd052cc29abad10b4b5ceb22c9e0c49fee
parent84b9617c039f566f43af4a7448bd34d160cbd112
xen: introduce Kconfig function alignment option

And use it to replace CODE_ALIGN in assembly.  This allows to generalize the
way the code alignment gets set across all architectures.

No functional change intended.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Michal Orzel <michal.orzel@amd.com>
Acked-by: Shawn Anastasio <sanastasio@raptorengineering.com>
xen/Kconfig
xen/arch/arm/Kconfig
xen/arch/arm/include/asm/config.h
xen/arch/ppc/Kconfig
xen/arch/ppc/include/asm/config.h
xen/arch/riscv/Kconfig
xen/arch/riscv/include/asm/config.h
xen/arch/x86/Kconfig
xen/arch/x86/include/asm/config.h
xen/include/xen/linkage.h