kernel: Remove unused address_arbiter code.
This commit is contained in:
parent
de43db3400
commit
cec0d4f191
5 changed files with 0 additions and 199 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue