diff options
author | Masahiro Yamada <[email protected]> | 2019-05-21 16:22:11 +0900 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-05-24 08:46:06 +0200 |
commit | c2d64c7ec4de6385150aa79570c438b4ba49c243 (patch) | |
tree | db987b6304202578e7f9a14e89064cc025418946 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e62a4239c3dfd182a7e676cfe9efb1f4cec5ca25 (diff) |
x86/io_delay: Define IO_DELAY macros in C instead of Kconfig
CONFIG_IO_DELAY_TYPE_* are not kernel configuration at all. They just
define constant values, 0, 1, 2, and 3. Define them by #define in C.
CONFIG_DEFAULT_IO_DELAY_TYPE can also be defined in C by using #ifdef
and #define directives.
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions