1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-17 12:00:35 +00:00
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-04 19:56:20 -07:00
2020-06-04 20:11:25 -07:00
2020-06-05 14:05:57 -07:00
2020-06-05 14:05:57 -07:00
2020-06-03 09:21:52 +02:00
2020-06-05 15:11:50 -07:00
2020-06-11 12:22:41 -07:00
2020-06-02 19:59:25 -07:00
2020-06-24 17:08:31 +02:00
2020-06-24 17:08:31 +02:00
2020-06-02 15:04:15 -07:00
2020-06-18 09:24:35 -06:00
2020-06-02 15:37:03 -07:00
2020-06-09 09:39:13 -07:00
2020-05-28 07:59:45 -07:00
2020-06-08 11:42:23 -07:00
2020-06-07 10:59:32 -07:00
2020-06-02 15:15:46 +01:00
2020-06-20 19:23:13 -07:00
2020-05-28 10:31:09 +02:00
2020-06-10 13:42:09 -07:00
2020-06-10 19:14:18 -07:00
2020-06-09 15:40:50 -07:00
2020-06-08 12:05:31 -07:00
2020-06-07 10:53:36 -07:00
2020-06-13 10:21:00 -07:00
2020-06-03 13:06:42 -07:00
2020-05-28 11:11:45 -07:00
2020-05-29 14:52:53 +02:00