linux/drivers/video/console
Jiri Slaby 77bc14f273 vc: switch state to bool
The code currently uses bitfields to store true-false values. Switch all
of that to bools. Apart from the cleanup, it saves 20B of code as many
shifts, ANDs, and ORs became simple movzb's.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200615074910.19267-3-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-06-24 17:08:31 +02:00
..
dummycon.c dummycon: Sprinkle locking checks 2019-06-12 20:26:55 +02:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mdacon.c vc: switch state to bool 2020-06-24 17:08:31 +02:00
newport_con.c mm: don't include asm/pgtable.h if linux/mm.h is already included 2020-06-09 09:39:13 -07:00
sticon.c vc: switch state to bool 2020-06-24 17:08:31 +02:00
sticore.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
vgacon.c vc: switch state to bool 2020-06-24 17:08:31 +02:00