diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2017-01-09 00:31:44 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-02-06 09:46:04 +0100 |
commit | f9e473f1aa7597affff87bc6a599cf0aa389f0c1 (patch) | |
tree | d2a848da6ba38aada3a73b4960eb4fdf5a0aa3d4 | |
parent | powerpc: Move {d,i,u}cache_bsize definitions to a common place (diff) | |
download | linux-f9e473f1aa7597affff87bc6a599cf0aa389f0c1.tar.xz linux-f9e473f1aa7597affff87bc6a599cf0aa389f0c1.zip |
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>
-rw-r--r-- | arch/powerpc/kernel/setup_64.c | 3 |
1 files changed, 0 insertions, 3 deletions
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, |