From: Benjamin Herrenschmidt Date: Sun, 8 Jan 2017 23:31:44 +0000 (-0600) Subject: powerpc: Remove obsolete comment about patching instructions X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f9e473f1aa7597affff87bc6a599cf0aa389f0c1;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git powerpc: Remove obsolete comment about patching instructions We don't patch instructions based on the cache lines or block sizes these days. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c index ed3362bc9a2a..ae84d345c13c 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c @@ -77,9 +77,6 @@ int spinning_secondaries; u64 ppc64_pft_size; -/* Pick defaults since we might want to patch instructions - * before we've read this from the device tree. - */ struct ppc64_caches ppc64_caches = { .dline_size = 0x40, .log_dline_size = 6,