Revision e09e200e07222467ef82367bff7cc6f44ad00397 authored by Andy Shevchenko on 30 September 2020, 14:20:12 UTC, committed by Linus Walleij on 01 October 2020, 08:00:17 UTC
In IRQ handler we have to clear bitmap before use. Currently
the GCC extension has been used for that. For sake of the consistency
switch to bitmap API. As expected bloat-o-meter shows no difference
in the object size.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Link: https://lore.kernel.org/r/20200930142013.59247-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 17479aa
History
File Mode Size
Kconfig -rw-r--r-- 869 bytes
Makefile -rw-r--r-- 220 bytes
README -rw-r--r-- 249 bytes
dir.c -rw-r--r-- 6.7 KB
inode.c -rw-r--r-- 17.1 KB
namei.c -rw-r--r-- 895 bytes
qnx6.h -rw-r--r-- 3.3 KB
super_mmi.c -rw-r--r-- 3.8 KB

README

back to top