Re: [Xen-devel] [PATCH v2 04/41] arm/acpi : add arm specific acpi header file

2015-07-05 Thread Parth Dixit
+shannon On 24 May 2015 at 11:29, Parth Dixit wrote: > > > On 18 May 2015 at 18:42, Julien Grall wrote: >> >> Hi Parth, >> >> On 17/05/15 21:03, Parth Dixit wrote: >> > +#ifndef _ASM_ARM64_ACPI_H >> > +#define _ASM_ARM64_ACPI_H >> >> s/_ASM_ARM64_ACPI_H/_ASM_ARM_ACPI_H/ >> >> > + >> > +#include

Re: [Xen-devel] [PATCH v2 04/41] arm/acpi : add arm specific acpi header file

2015-05-23 Thread Parth Dixit
On 18 May 2015 at 18:42, Julien Grall wrote: > Hi Parth, > > On 17/05/15 21:03, Parth Dixit wrote: > > +#ifndef _ASM_ARM64_ACPI_H > > +#define _ASM_ARM64_ACPI_H > > s/_ASM_ARM64_ACPI_H/_ASM_ARM_ACPI_H/ > > > + > > +#include > > + > > +#define COMPILER_DEPENDENT_INT64 long long > > +#define COM

Re: [Xen-devel] [PATCH v2 04/41] arm/acpi : add arm specific acpi header file

2015-05-18 Thread Julien Grall
Hi Parth, On 17/05/15 21:03, Parth Dixit wrote: > +#ifndef _ASM_ARM64_ACPI_H > +#define _ASM_ARM64_ACPI_H s/_ASM_ARM64_ACPI_H/_ASM_ARM_ACPI_H/ > + > +#include > + > +#define COMPILER_DEPENDENT_INT64 long long > +#define COMPILER_DEPENDENT_UINT64 unsigned long long > + > +extern bool_t acpi_d

[Xen-devel] [PATCH v2 04/41] arm/acpi : add arm specific acpi header file

2015-05-17 Thread Parth Dixit
add architecture specific definitions and calls required for acpi in new header file Signed-off-by: Parth Dixit --- xen/include/asm-arm/acpi.h | 38 ++ 1 file changed, 38 insertions(+) create mode 100644 xen/include/asm-arm/acpi.h diff --git a/xen/include/as