Files
linux-stable-mirror/include/linux
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
..
2020-06-24 17:08:31 +02:00
2020-06-24 17:08:31 +02:00
2020-06-18 09:24:35 -06:00
2020-06-09 09:39:13 -07:00
2020-06-02 15:15:46 +01:00
2020-06-10 19:14:18 -07:00