xen/arm: Move sysregs.h in arm64 sub-directory
authorJulien Grall <julien.grall@arm.com>
Thu, 14 Sep 2017 17:08:58 +0000 (18:08 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Thu, 14 Sep 2017 22:15:07 +0000 (15:15 -0700)
commit7735872c99d805dac581dda9af6b7cff9b1cb1eb
tree5a677f12ebd77638f1b4d093b3a54c01f153c892
parent55e8e1be04321fbdec73550e47c722aed87ff370
xen/arm: Move sysregs.h in arm64 sub-directory

sysregs.h contains only code protected by #ifdef CONFIG_ARM_64. Move it
in arm64 sub-directory to reflect that and remove the #ifdef.

At the same time, fixup the guards.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/arm64/processor.h
xen/include/asm-arm/arm64/sysregs.h [new file with mode: 0644]
xen/include/asm-arm/processor.h
xen/include/asm-arm/sysregs.h [deleted file]