Commit a3cdd773 authored by Lioncash's avatar Lioncash
Browse files

kernel/wait_object: Devirtualize functions related to manipulating the thread list directly

No inheritors of the WaitObject class actually make use of their own
implementations of these functions, so they can be made non-virtual.

It's also kind of sketchy to allow overriding how the threads get added
to the list anyways, given the kernel itself on the actual hardware
doesn't seem to customize based off this.
parent 4596ef52
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment