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

powerpc/44x: Removing dead CONFIG_PPC47x

CONFIG_PPC47x doesn't exist in Kconfig and no 476 processor calls this
function ppc44x_pin_tlb() as it has it's own ppc47x_pin_tlb().

This code is probably an artifact of the original 476 code that
shouldn't have made it upstream.

Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>

authored by

Christoph Egger and committed by
Josh Boyer
ca899859 466c2bc7

-4
-4
arch/powerpc/mm/44x_mmu.c
··· 78 78 "tlbwe %1,%3,%5\n" 79 79 "tlbwe %0,%3,%6\n" 80 80 : 81 - #ifdef CONFIG_PPC47x 82 - : "r" (PPC47x_TLB2_S_RWX), 83 - #else 84 81 : "r" (PPC44x_TLB_SW | PPC44x_TLB_SR | PPC44x_TLB_SX | PPC44x_TLB_G), 85 - #endif 86 82 "r" (phys), 87 83 "r" (virt | PPC44x_TLB_VALID | PPC44x_TLB_256M), 88 84 "r" (entry),