diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-03-23 19:57:34 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-06 14:31:43 +0200 |
commit | ec5f7ca857a396ae23ce01a8f84fbae12bdce0f4 (patch) | |
tree | 477627f6b515b56cfa143de536394e251b5ec4d0 /target | |
parent | 1f269c1484c4d381d61a7d9b97f289a94e0d43cb (diff) | |
download | qemu-ec5f7ca857a396ae23ce01a8f84fbae12bdce0f4.zip qemu-ec5f7ca857a396ae23ce01a8f84fbae12bdce0f4.tar.gz qemu-ec5f7ca857a396ae23ce01a8f84fbae12bdce0f4.tar.bz2 |
include: move target page bits declaration to page-vary.h
Since the implementation unit is page-vary.c.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220323155743.1585078-24-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/arm/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/cpu.c b/target/arm/cpu.c index 0980d33..3609de0 100644 --- a/target/arm/cpu.c +++ b/target/arm/cpu.c @@ -22,7 +22,7 @@ #include "qemu/qemu-print.h" #include "qemu/timer.h" #include "qemu/log.h" -#include "qemu-common.h" +#include "exec/page-vary.h" #include "target/arm/idau.h" #include "qemu/module.h" #include "qapi/error.h" |