[PATCH] Unifying headers for AArch64 and ARM

2017-08-10 Thread Kaushik Phatak
Hi, This patch is an attempt to unify the kernel header files for AArch64 and ARM. We have developed similar patch for glibc, which unifies the headers in sysdeps. We plan to post that separately to libc-alpha. This developed patch is similar to something that X86 does with the macros (__x86_64__)

RE: [PATCH] Unifying headers for AArch64 and ARM

2017-09-01 Thread Kaushik Phatak
-Original Message- From: Kaushik Phatak Sent: Thursday, August 10, 2017 2:12 PM To: 'linux-kernel@vger.kernel.org' Subject: [PATCH] Unifying headers for AArch64 and ARM Hi, This patch is an attempt to unify the kernel header files for AArch64 and ARM. We have developed similar patch for gl