mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-11 00:40:19 +08:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user