x86/asm: Include msr-index.h rather than msr.h
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 2 Aug 2019 12:35:14 +0000 (13:35 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 7 Aug 2019 12:34:56 +0000 (13:34 +0100)
commitea131e2ed329e90487ec258ae195e5e95784e8ea
tree9e50037c6fff74c871dfd0c7a9cd25697d903bf1
parent3889a847509d9868bc841a6bb717e702ee50b6fc
x86/asm: Include msr-index.h rather than msr.h

There is nothing interesting for assembly code in msr.h.  Include msr-index.h
instead, and drop the __ASSEMBLY__ guards in msr.h.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/boot/head.S
xen/arch/x86/x86_64/kexec_reloc.S
xen/include/asm-x86/msr.h