Add new SCX scheds
This commit is contained in:
parent
23520995bf
commit
387ee48881
@ -1,3 +1,10 @@
|
||||
falcond (1.1.2-101pika1) pika; urgency=low
|
||||
|
||||
* Add new scx sched options
|
||||
|
||||
-- ferreo <ferreo@pika-os.com> Sun, 12 Jan 2025 13:48:00 +0300
|
||||
|
||||
|
||||
falcond (1.1.1-101pika1) pika; urgency=low
|
||||
|
||||
* Update to support latest zig
|
||||
|
@ -49,6 +49,8 @@ pub const ScxScheduler = enum {
|
||||
if (std.mem.eql(u8, str, "scx_simple")) return .simple;
|
||||
if (std.mem.eql(u8, str, "scx_userland")) return .userland;
|
||||
if (std.mem.eql(u8, str, "scx_vder")) return .vder;
|
||||
if (std.mem.eql(u8, str, "scx_p2dq")) return .p2dq;
|
||||
if (std.mem.eql(u8, str, "scx_tickless")) return .tickless;
|
||||
|
||||
return error.InvalidValue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user