Thread (22 messages) 22 messages, 4 authors, 2021-07-23

Re: [kvm-unit-tests PATCH 1/5] s390x: sie: Add missing includes

From: Claudio Imbrenda <imbrenda@linux.ibm.com>
Date: 2021-07-23 17:25:54
Also in: linux-s390

On Tue, 29 Jun 2021 13:33:18 +0000
Janosch Frank [off-list ref] wrote:
arch_def.h is needed for struct psw.
stdint.h is needed for the uint*_t types.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
quoted hunk ↗ jump to hunk
---
 lib/s390x/sie.h | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/lib/s390x/sie.h b/lib/s390x/sie.h
index db30d61..b4bb78c 100644
--- a/lib/s390x/sie.h
+++ b/lib/s390x/sie.h
@@ -2,6 +2,9 @@
 #ifndef _S390X_SIE_H_
 #define _S390X_SIE_H_
 
+#include <stdint.h>
+#include <asm/arch_def.h>
+
 #define CPUSTAT_STOPPED    0x80000000
 #define CPUSTAT_WAIT       0x10000000
 #define CPUSTAT_ECALL_PEND 0x08000000
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help