diff options
author | Руслан Исаев <ubijca16@gmail.com> | 2018-08-22 13:53:46 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2018-08-31 10:30:42 +0300 |
commit | 58c116fb7dc6703a557fe79c6e6ebab1450082b3 (patch) | |
tree | 3bfaf12000f108cce44867421c0cf51c9a88a439 /arch | |
parent | aee94ee873d71d706928b8550dc8ef0c9ca6722d (diff) | |
download | linux-58c116fb7dc6703a557fe79c6e6ebab1450082b3.tar.xz |
m68k/sun3: Remove is_medusa and m68k_pgtable_cachemode
Did TODO to clean the kernel code a bit.
Signed-off-by: Ruslan Isaev <ubijca16@gmail.com>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68k/kernel/sun3-head.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68k/kernel/sun3-head.S b/arch/m68k/kernel/sun3-head.S index faf18f4fab1f..d19a94754d56 100644 --- a/arch/m68k/kernel/sun3-head.S +++ b/arch/m68k/kernel/sun3-head.S @@ -88,9 +88,3 @@ kpt: .long 0 availmem: .long 0 -| todo: remove next two. --m -is_medusa: - .long 0 -m68k_pgtable_cachemode: - .long 0 - |