diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-10-29 17:02:15 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-10-29 17:02:15 +0100 |
commit | 83e7e5b54417e20aea7ce571a19af331a539027e (patch) | |
tree | ebe5780c67f3aebe3a1ef4df5ef04e9576a7c59c /arch/m68k/kernel | |
parent | Merge tag 'csky-for-linus-4.20' of https://github.com/c-sky/csky-linux (diff) | |
parent | m68k/sun3: Remove is_medusa and m68k_pgtable_cachemode (diff) | |
download | linux-83e7e5b54417e20aea7ce571a19af331a539027e.tar.xz linux-83e7e5b54417e20aea7ce571a19af331a539027e.zip |
Merge tag 'm68k-for-v4.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Pull m68k updates from Geert Uytterhoeven:
"Just two small cleanups"
* tag 'm68k-for-v4.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:
m68k/sun3: Remove is_medusa and m68k_pgtable_cachemode
m68k/atari: ARAnyM - Remove reference to long-deprecated MODULE_PARM
Diffstat (limited to 'arch/m68k/kernel')
-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 - |