]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vt: move unicode processing to a separate file
authorNicolas Pitre <npitre@baylibre.com>
Thu, 17 Apr 2025 18:45:04 +0000 (14:45 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Apr 2025 09:22:03 +0000 (11:22 +0200)
commit07bc3f442f47b4d158468c2e0146475bdf009091
treec713dbecae359e1d47346e5439a7f3ee8d163fd2
parentd066989a3d41bc75c537b86bcdb2911fc5ffdb07
vt: move unicode processing to a separate file

This will make it easier to maintain. Also make it depend on
CONFIG_CONSOLE_TRANSLATIONS.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20250417184849.475581-3-nico@fluxnic.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/Makefile
drivers/tty/vt/ucs.c [new file with mode: 0644]
drivers/tty/vt/vt.c
include/linux/consolemap.h