Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] Remove _machine macro

The _machine macro was once used for compatibility with ARCH=ppc
drivers. It is unused in current kernels, so remove it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by

s.hauer@pengutronix.de and committed by
Paul Mackerras
68e1300a 67764a03

-4
-4
include/asm-powerpc/processor.h
··· 53 53 54 54 #endif /* CONFIG_PPC_PREP */ 55 55 56 - #ifndef CONFIG_PPC_MULTIPLATFORM 57 - #define _machine 0 58 - #endif /* CONFIG_PPC_MULTIPLATFORM */ 59 - 60 56 #endif /* defined(__KERNEL__) && defined(CONFIG_PPC32) */ 61 57 62 58 /*