[PATCH 4/8] Arm: prune #include-s needed by domain.h

2020-07-15 Thread Jan Beulich
asm/domain.h is a dependency of xen/sched.h, and hence should not itself include xen/sched.h. Nor should any of the other #include-s used by it. While at it, also drop two other #include-s that aren't needed by this particular header. Signed-off-by: Jan Beulich --- a/xen/include/asm-arm/domain.h

Re: [PATCH 4/8] Arm: prune #include-s needed by domain.h

2020-07-15 Thread Stefano Stabellini
On Wed, 15 Jul 2020, Jan Beulich wrote: > asm/domain.h is a dependency of xen/sched.h, and hence should not itself > include xen/sched.h. Nor should any of the other #include-s used by it. > While at it, also drop two other #include-s that aren't needed by this > particular header. > > Signed-off-

Re: [PATCH 4/8] Arm: prune #include-s needed by domain.h

2020-07-17 Thread Julien Grall
On 15/07/2020 11:39, Jan Beulich wrote: asm/domain.h is a dependency of xen/sched.h, and hence should not itself include xen/sched.h. Nor should any of the other #include-s used by it. While at it, also drop two other #include-s that aren't needed by this particular header. Signed-off-by: Jan

Re: [PATCH 4/8] Arm: prune #include-s needed by domain.h

2020-07-20 Thread Jan Beulich
On 17.07.2020 16:44, Julien Grall wrote: > On 15/07/2020 11:39, Jan Beulich wrote: >> --- a/xen/include/asm-arm/domain.h >> +++ b/xen/include/asm-arm/domain.h >> @@ -2,7 +2,7 @@ >> #define __ASM_DOMAIN_H__ >> >> #include >> -#include >> +#include >> #include >> #include >> #includ

Re: [PATCH 4/8] Arm: prune #include-s needed by domain.h

2020-07-20 Thread Julien Grall
On 20/07/2020 09:17, Jan Beulich wrote: On 17.07.2020 16:44, Julien Grall wrote: On 15/07/2020 11:39, Jan Beulich wrote: --- a/xen/include/asm-arm/domain.h +++ b/xen/include/asm-arm/domain.h @@ -2,7 +2,7 @@ #define __ASM_DOMAIN_H__ #include -#include +#include #include #

Re: [PATCH 4/8] Arm: prune #include-s needed by domain.h

2020-07-20 Thread Jan Beulich
On 20.07.2020 11:09, Julien Grall wrote: > > > On 20/07/2020 09:17, Jan Beulich wrote: >> On 17.07.2020 16:44, Julien Grall wrote: >>> On 15/07/2020 11:39, Jan Beulich wrote: --- a/xen/include/asm-arm/domain.h +++ b/xen/include/asm-arm/domain.h @@ -2,7 +2,7 @@ #define __ASM

Re: [PATCH 4/8] Arm: prune #include-s needed by domain.h

2020-07-20 Thread Julien Grall
Hi Jan, On 20/07/2020 12:28, Jan Beulich wrote: On 20.07.2020 11:09, Julien Grall wrote: On 20/07/2020 09:17, Jan Beulich wrote: On 17.07.2020 16:44, Julien Grall wrote: On 15/07/2020 11:39, Jan Beulich wrote: --- a/xen/include/asm-arm/domain.h +++ b/xen/include/asm-arm/domain.h @@ -2,7 +2

Re: [PATCH 4/8] Arm: prune #include-s needed by domain.h

2020-07-20 Thread Julien Grall
On 20/07/2020 16:15, Julien Grall wrote: Hi Jan, On 20/07/2020 12:28, Jan Beulich wrote: On 20.07.2020 11:09, Julien Grall wrote: On 20/07/2020 09:17, Jan Beulich wrote: On 17.07.2020 16:44, Julien Grall wrote: On 15/07/2020 11:39, Jan Beulich wrote: --- a/xen/include/asm-arm/domain.h