diff mbox series

[v2,09/28] target/s390x: Include tcg.h in mem_helper.c

Message ID 20191216221158.29572-10-richard.henderson@linaro.org
State Superseded
Headers show
Series cputlb: Remove support for MMU_MODE*_SUFFIX | expand

Commit Message

Richard Henderson Dec. 16, 2019, 10:11 p.m. UTC
Code movement in an upcoming patch will show that this file
was implicitly depending on tcg.h being included indirectly.

Reviewed-by: David Hildenbrand <david@redhat.com>

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

---
 target/s390x/mem_helper.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1

Comments

Alex Bennée Dec. 20, 2019, 5:43 p.m. UTC | #1
Richard Henderson <richard.henderson@linaro.org> writes:

> Code movement in an upcoming patch will show that this file

> was implicitly depending on tcg.h being included indirectly.

>

> Reviewed-by: David Hildenbrand <david@redhat.com>

> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>


Reviewed-by: Alex Bennée <alex.bennee@linaro.org>


> ---

>  target/s390x/mem_helper.c | 1 +

>  1 file changed, 1 insertion(+)

>

> diff --git a/target/s390x/mem_helper.c b/target/s390x/mem_helper.c

> index 2325767f17..57ce17c252 100644

> --- a/target/s390x/mem_helper.c

> +++ b/target/s390x/mem_helper.c

> @@ -27,6 +27,7 @@

>  #include "exec/cpu_ldst.h"

>  #include "qemu/int128.h"

>  #include "qemu/atomic128.h"

> +#include "tcg.h"

>  

>  #if !defined(CONFIG_USER_ONLY)

>  #include "hw/s390x/storage-keys.h"



-- 
Alex Bennée
diff mbox series

Patch

diff --git a/target/s390x/mem_helper.c b/target/s390x/mem_helper.c
index 2325767f17..57ce17c252 100644
--- a/target/s390x/mem_helper.c
+++ b/target/s390x/mem_helper.c
@@ -27,6 +27,7 @@ 
 #include "exec/cpu_ldst.h"
 #include "qemu/int128.h"
 #include "qemu/atomic128.h"
+#include "tcg.h"
 
 #if !defined(CONFIG_USER_ONLY)
 #include "hw/s390x/storage-keys.h"