alpha: sort scr_mem{cpy,move}w() out
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 30 Jan 2024 19:25:43 +0000 (14:25 -0500)
committerArnd Bergmann <arnd@arndb.de>
Fri, 3 May 2024 20:08:50 +0000 (22:08 +0200)
commit5d7531517427429e31d7bb84c00b0c7bec30e280
treeb8261b07d91cde408bc4b03452a55281f6c2da55
parentfec50db7033ea478773b159e0e2efb135270e3b7
alpha: sort scr_mem{cpy,move}w() out

Take scr_memmove() out of line, make both it and scr_memcpyw()
conditional upon VGA_CONSOLE or MDA_CONSOLE (if neither is
selected, we are certain to be working with the kernel-allocated
buffer rather than VRAM and defaults will work just fine).

That allows to clean vt_buffer.h, but that's a separate story

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Paul E. McKenney <paulmck@kernel.org>
Acked-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/alpha/include/asm/vga.h
arch/alpha/kernel/io.c