Commit 77db1920 authored by Yury Norov's avatar Yury Norov

lib: make test_bitops compilable into the kernel image

The test now is limited to be compiled as a module. There's no technical
reason for it. Now that the test bears some performance benchmarks, it
would be reasonable to run it at kernel load time, before userspace
starts, to reduce possible jitter.
Reviewed-by: default avatarKuan-Wei Chiu <visitorckw@gmail.com>
Signed-off-by: default avatarYury Norov <yury.norov@gmail.com>
parent 1c2aa561
...@@ -2436,7 +2436,6 @@ config TEST_LKM ...@@ -2436,7 +2436,6 @@ config TEST_LKM
config TEST_BITOPS config TEST_BITOPS
tristate "Test module for compilation of bitops operations" tristate "Test module for compilation of bitops operations"
depends on m
help help
This builds the "test_bitops" module that is much like the This builds the "test_bitops" module that is much like the
TEST_LKM module except that it does a basic exercise of the TEST_LKM module except that it does a basic exercise of the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment