Skip to content
Snippets Groups Projects
  • Fernando Sahmkow's avatar
    Kernel: Correct behavior of Address Arbiter threads. (#3165) · 22c6b9fa
    Fernando Sahmkow authored
    * Kernel: Correct behavior of Address Arbiter threads.
    
    This corrects arbitration threads to behave just like in Horizon OS.
    They are added into a container and released according to what priority
    they had when added. Horizon OS does not reorder them if their priority
    changes.
    
    * Kernel: Address Feedback.
    22c6b9fa