diff options
author | Changwoo Min <changwoo@igalia.com> | 2025-02-10 23:54:30 +0900 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2025-02-10 07:22:42 -1000 |
commit | 2e7df12bdde13c0efefc3230dc96b36edfa53ec5 (patch) | |
tree | c3e3ee917a750ff32100b1d1fa15e5b220083ae5 | |
parent | 1a4e0d8682eb66a4fb37158a520eacd37c0b61b7 (diff) |
tools/sched_ext: Update enum_defs.autogen.h
Add where the script is located to the comment lines of the header file.
This helps anyone re-generate the header file if required.
Note that this is a sync from the PR [1] in the scx repo.
[1] https://github.com/sched-ext/scx/pull/1322
Signed-off-by: Changwoo Min <changwoo@igalia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
-rw-r--r-- | tools/sched_ext/include/scx/enum_defs.autogen.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/sched_ext/include/scx/enum_defs.autogen.h b/tools/sched_ext/include/scx/enum_defs.autogen.h index 5551816856ee..6e6c45f14fe1 100644 --- a/tools/sched_ext/include/scx/enum_defs.autogen.h +++ b/tools/sched_ext/include/scx/enum_defs.autogen.h @@ -1,11 +1,12 @@ /* - * WARNING: This file is autogenerated from scripts/gen_enum_defs.py. + * WARNING: This file is autogenerated from gen_enum_defs.py [1]. + * + * [1] https://github.com/sched-ext/scx/blob/main/scripts/gen_enum_defs.py */ #ifndef __ENUM_DEFS_AUTOGEN_H__ #define __ENUM_DEFS_AUTOGEN_H__ - #define HAVE_SCX_DSP_DFL_MAX_BATCH #define HAVE_SCX_DSP_MAX_LOOPS #define HAVE_SCX_WATCHDOG_MAX_TIMEOUT |