From: Ard Biesheuvel Date: Mon, 16 Dec 2013 21:04:35 +0000 (+0000) Subject: arm64: drop redundant macros from read_cpuid() X-Git-Tag: v3.14-rc1~153^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=148eb0a1db8e37a5966afe98223cefe0c1837c26;p=pandora-kernel.git 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-diff-tree failed