Skip to content
Snippets Groups Projects
  • René Kijewski's avatar
    7e685d6b
    Do not zero out sched_threads needlessly · 7e685d6b
    René Kijewski authored
    The function sched_init() zeroes out sched_threads needlessly. All
    static variables can be assumed to be initialized with zero, anyways.
    The C standard mandates it, and all at other places in the code it is
    assumed.
    7e685d6b
    History
    Do not zero out sched_threads needlessly
    René Kijewski authored
    The function sched_init() zeroes out sched_threads needlessly. All
    static variables can be assumed to be initialized with zero, anyways.
    The C standard mandates it, and all at other places in the code it is
    assumed.