Re: [PATCH] ACPI: allow compilation with bare metal compilers

2016-11-15 Thread Al Stone
; linux- >> ker...@vger.kernel.org >> Cc: Al Stone ; Rafael J . Wysocki ; >> Len Brown ; Moore, Robert ; >> Zheng, Lv >> Subject: [PATCH] ACPI: allow compilation with bare metal compilers >> >> The ACPICA subsystem of the ACPI driver sets up a compilation &g

RE: [PATCH] ACPI: allow compilation with bare metal compilers

2016-11-15 Thread Moore, Robert
Sent: Monday, November 14, 2016 3:09 PM > To: linux-a...@vger.kernel.org; de...@acpica.org; linux- > ker...@vger.kernel.org > Cc: Al Stone ; Rafael J . Wysocki ; > Len Brown ; Moore, Robert ; > Zheng, Lv > Subject: [PATCH] ACPI: allow compilation with bare metal compilers &g

Re: [PATCH] ACPI: allow compilation with bare metal compilers

2016-11-14 Thread Al Stone
My bad. Adding Will Deacon who originally reported the error. On 11/14/2016 04:08 PM, Al Stone wrote: > The ACPICA subsystem of the ACPI driver sets up a compilation environment > for itself, adding in multiple typedefs unique to ACPICA that depend on > where ACPICA will be used. > > The vast ma

[PATCH] ACPI: allow compilation with bare metal compilers

2016-11-14 Thread Al Stone
The ACPICA subsystem of the ACPI driver sets up a compilation environment for itself, adding in multiple typedefs unique to ACPICA that depend on where ACPICA will be used. The vast majority of such environments (Linux, QNX, ...) have an environment defined by the acenv.h header file. When using