diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2020-05-20 14:32:02 +1000 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2020-05-25 10:55:56 +0200 |
commit | bf6c68ead314bd2339aea84d77bacada03df757a (patch) | |
tree | 5ae23ed4c070977d220833cde80be021842265ca /arch/m68k/mac | |
parent | bcc44f6b74106b31f0b0408b70305a40360d63b7 (diff) | |
download | linux-bf6c68ead314bd2339aea84d77bacada03df757a.tar.gz linux-bf6c68ead314bd2339aea84d77bacada03df757a.tar.bz2 linux-bf6c68ead314bd2339aea84d77bacada03df757a.zip |
m68k: mac: Remove misleading comment
This code path was tested on a Quadra 950 a long time ago and the
comment isn't needed.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Cc: Joshua Thompson <funaho@jurai.org>
Link: https://lore.kernel.org/r/10dff3e7c17d363a4b239aae7b3ebab32bef3547.1589949122.git.fthain@telegraphics.com.au
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/mac')
-rw-r--r-- | arch/m68k/mac/iop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/mac/iop.c b/arch/m68k/mac/iop.c index 9bfa17015768..8e03bf383ea0 100644 --- a/arch/m68k/mac/iop.c +++ b/arch/m68k/mac/iop.c @@ -299,7 +299,6 @@ void __init iop_init(void) /* * Register the interrupt handler for the IOPs. - * TODO: might be wrong for non-OSS machines. Anyone? */ void __init iop_register_interrupts(void) |