Re: [PATCH v2] ARM64: kernel: add compatible cpuinfo

2014-05-14 Thread Will Deacon
On Wed, May 14, 2014 at 04:08:14AM +0100, Neil Zhang wrote: > Print the necessary features in order to be backwards compatible with > ARMv7 and earlier version. NAK. The compat hwcaps are already advertised in auxv, and I don't have any plans to align our /proc/cpuinfo format. Will -- To unsubscr

[PATCH v2] ARM64: kernel: add compatible cpuinfo

2014-05-13 Thread Neil Zhang
Print the necessary features in order to be backwards compatible with ARMv7 and earlier version. Signed-off-by: Neil Zhang --- arch/arm64/kernel/setup.c |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c index 7ec7846..a09ecfe 100644