kernel: Remove unused address_arbiter code.

This commit is contained in:
bunnei
2018-02-18 14:46:11 -05:00
parent de43db3400
commit cec0d4f191
5 changed files with 0 additions and 199 deletions

View File

@ -259,18 +259,6 @@ bool HaveReadyThreads();
*/
void Reschedule();
/**
* Arbitrate the highest priority thread that is waiting
* @param address The address for which waiting threads should be arbitrated
*/
Thread* ArbitrateHighestPriorityThread(VAddr address);
/**
* Arbitrate all threads currently waiting.
* @param address The address for which waiting threads should be arbitrated
*/
void ArbitrateAllThreads(VAddr address);
/**
* Gets the current thread
*/