]> Git Repo - linux.git/commitdiff
m68k: mcfmmu: remove stale part of comment about steal_context
authorMike Rapoport <[email protected]>
Thu, 18 Jun 2020 08:17:27 +0000 (11:17 +0300)
committerGreg Ungerer <[email protected]>
Mon, 27 Jul 2020 02:32:00 +0000 (12:32 +1000)
The comment about steal_context() came from powerpc and a part of it
addresses differences between powerpc variants that are not really
relevant to m68k.

Remove that part of the comment.

Signed-off-by: Mike Rapoport <[email protected]>
Signed-off-by: Greg Ungerer <[email protected]>
arch/m68k/mm/mcfmmu.c

index fe1a84891035c0a4ff1999e5e978a59999011284..a3e7e4e70dd5c93164b3d581e6e06ae0824f23f1 100644 (file)
@@ -213,11 +213,6 @@ void __init cf_mmu_context_init(void)
 
 /*
  * Steal a context from a task that has one at the moment.
- * This is only used on 8xx and 4xx and we presently assume that
- * they don't do SMP.  If they do then thicfpgalloc.hs will have to check
- * whether the MM we steal is in use.
- * We also assume that this is only used on systems that don't
- * use an MMU hash table - this is true for 8xx and 4xx.
  * This isn't an LRU system, it just frees up each context in
  * turn (sort-of pseudo-random replacement :).  This would be the
  * place to implement an LRU scheme if anyone was motivated to do it.
This page took 0.057359 seconds and 4 git commands to generate.