NACK: ACK: [PATCH] ACPICA:enable 64bit build for aarch64 architecture
IvanHu
ivan.hu at canonical.com
Sun Aug 18 23:11:14 UTC 2013
Sorry, ACKed the wrong patch.
Ivan
On 08/19/2013 07:07 AM, IvanHu wrote:
> On 08/14/2013 03:26 PM, naresh.bhat at linaro.org wrote:
>> From: Naresh Bhat <naresh.bhat at linaro.org>
>>
>> Signed-off-by: Naresh Bhat <naresh.bhat at linaro.org>
>>
>> Enable 64 bit build for aarch64 architecture in ACPICA Linux
>> platform specific defines.
>> ---
>> src/acpica/source/include/platform/aclinux.h | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/src/acpica/source/include/platform/aclinux.h
>> b/src/acpica/source/include/platform/aclinux.h
>> index e561292..6b8b1ab 100644
>> --- a/src/acpica/source/include/platform/aclinux.h
>> +++ b/src/acpica/source/include/platform/aclinux.h
>> @@ -159,7 +159,7 @@
>> #define ACPI_FLUSH_CPU_CACHE()
>> #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) (pthread))
>>
>> -#if defined(__ia64__) || defined(__x86_64__)
>> +#if defined(__ia64__) || defined(__x86_64__) || (__aarch64__)
>> #define ACPI_MACHINE_WIDTH 64
>> #define COMPILER_DEPENDENT_INT64 long
>> #define COMPILER_DEPENDENT_UINT64 unsigned long
>>
>
> Hi Naresh,
>
> Thanks for working on this.
> I don't have the arm 64-bits platform could test.:)
> But checking with x86 64 and 32 bits, arm 32 bit, the patch doesn't
> break these builds.
>
> Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list