]> git.ipfire.org Git - thirdparty/linux.git/commit
m68k: Remove unused "cursor home" code from debug console
authorFinn Thain <fthain@linux-m68k.org>
Thu, 27 Mar 2025 22:39:55 +0000 (09:39 +1100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 6 Jul 2025 10:50:50 +0000 (12:50 +0200)
commite911044c28ed200c3dcf59bf532e092e770488d0
treef31787cbf9c9fd64cb5886e46efffea9cbf91edb
parent0da6458417d74449e5daf845cdd4eb4d6ec6ec87
m68k: Remove unused "cursor home" code from debug console

The cursor home operation is unused and seems undesirable for logging.
Remove it. The console_not_cr label actually means "not line feed and
not carriage return either" so take the opportunity to replace it with
something less confusing. Rectify some inconsistent whitespace while
we're here.

Signed-off-by: Finn Thain <fthain@linux-m68k.org>
Tested-by: Stan Johnson <userm57@yahoo.com>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/ec2d443d3c3213028bbbab7c2e0382cd53db75fe.1743115195.git.fthain@linux-m68k.org
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/kernel/head.S