Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #229 from sched-ext/htejun/misc
Browse files Browse the repository at this point in the history
selftests/sched_ext: Build fix
  • Loading branch information
Byte-Lab authored Jun 17, 2024
2 parents 98dde2a + 9cd61b5 commit edb95a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/sched_ext/init_enable_count.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ open_load_prog(bool global)
SCX_BUG_ON(!skel, "Failed to open skel");

if (!global)
skel->struct_ops.init_enable_count_ops->flags |= __COMPAT_SCX_OPS_SWITCH_PARTIAL;
skel->struct_ops.init_enable_count_ops->flags |= SCX_OPS_SWITCH_PARTIAL;

SCX_BUG_ON(init_enable_count__load(skel), "Failed to load skel");

Expand Down

0 comments on commit edb95a6

Please sign in to comment.