Skip to content

Commit 58f80fa

Browse files
rpptGreg Ungerer
authored andcommitted
m68k: mcfmmu: remove stale part of comment about steal_context
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]>
1 parent bdee0e7 commit 58f80fa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/m68k/mm/mcfmmu.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,6 @@ void __init cf_mmu_context_init(void)
213213

214214
/*
215215
* Steal a context from a task that has one at the moment.
216-
* This is only used on 8xx and 4xx and we presently assume that
217-
* they don't do SMP. If they do then thicfpgalloc.hs will have to check
218-
* whether the MM we steal is in use.
219-
* We also assume that this is only used on systems that don't
220-
* use an MMU hash table - this is true for 8xx and 4xx.
221216
* This isn't an LRU system, it just frees up each context in
222217
* turn (sort-of pseudo-random replacement :). This would be the
223218
* place to implement an LRU scheme if anyone was motivated to do it.

0 commit comments

Comments
 (0)