diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig.debug | 2 | ||||
| -rw-r--r-- | lib/Makefile | 2 | ||||
| -rw-r--r-- | lib/find_bit_benchmark.c (renamed from lib/test_find_bit.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 64d7c19d3167..cb9dd85a8356 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
| @@ -1841,7 +1841,7 @@ config TEST_BPF | |||
| 1841 | 1841 | ||
| 1842 | If unsure, say N. | 1842 | If unsure, say N. |
| 1843 | 1843 | ||
| 1844 | config TEST_FIND_BIT | 1844 | config FIND_BIT_BENCHMARK |
| 1845 | tristate "Test find_bit functions" | 1845 | tristate "Test find_bit functions" |
| 1846 | default n | 1846 | default n |
| 1847 | help | 1847 | help |
diff --git a/lib/Makefile b/lib/Makefile index 7adb066692b3..a90d4fcd748f 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
| @@ -46,8 +46,8 @@ obj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o | |||
| 46 | obj-y += hexdump.o | 46 | obj-y += hexdump.o |
| 47 | obj-$(CONFIG_TEST_HEXDUMP) += test_hexdump.o | 47 | obj-$(CONFIG_TEST_HEXDUMP) += test_hexdump.o |
| 48 | obj-y += kstrtox.o | 48 | obj-y += kstrtox.o |
| 49 | obj-$(CONFIG_FIND_BIT_BENCHMARK) += find_bit_benchmark.o | ||
| 49 | obj-$(CONFIG_TEST_BPF) += test_bpf.o | 50 | obj-$(CONFIG_TEST_BPF) += test_bpf.o |
| 50 | obj-$(CONFIG_TEST_FIND_BIT) += test_find_bit.o | ||
| 51 | obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o | 51 | obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o |
| 52 | obj-$(CONFIG_TEST_SYSCTL) += test_sysctl.o | 52 | obj-$(CONFIG_TEST_SYSCTL) += test_sysctl.o |
| 53 | obj-$(CONFIG_TEST_HASH) += test_hash.o test_siphash.o | 53 | obj-$(CONFIG_TEST_HASH) += test_hash.o test_siphash.o |
diff --git a/lib/test_find_bit.c b/lib/find_bit_benchmark.c index f4394a36f9aa..f4394a36f9aa 100644 --- a/lib/test_find_bit.c +++ b/lib/find_bit_benchmark.c | |||
