From 148eb0a1db8e37a5966afe98223cefe0c1837c26 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Mon, 16 Dec 2013 21:04:35 +0000 Subject: [PATCH] arm64: drop redundant macros from read_cpuid() asm/cputype.h contains a bunch of #defines for CPU id registers that essentially map to themselves. Remove the #defines and pass the tokens directly to the inline asm() that reads the registers. Signed-off-by: Ard Biesheuvel Signed-off-by: Catalin Marinas --- Reading git-format-patch failed