Sfoglia il codice sorgente

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 <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Benjamin Herrenschmidt 8 anni fa
parent
commit
f9e473f1aa
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      arch/powerpc/kernel/setup_64.c

+ 0 - 3
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,