Skip to content
  1. Feb 11, 2018
  2. Feb 10, 2018
  3. Feb 09, 2018
  4. Feb 08, 2018
  5. Feb 07, 2018
  6. Feb 06, 2018
  7. Feb 05, 2018
  8. Feb 04, 2018
    • Masayuki Ishikawa's avatar
      sched/sched: SMP: Fix this_task() to be an atomic operation. In the previous... · c8a37270
      Masayuki Ishikawa authored
      sched/sched:  SMP: Fix this_task() to be an atomic operation.  In the previous implementation, this_task() was defined in sched.h by using just a macro current_task(this_cpu()).  However, I found that this is not atomic and actually sometimes switching CPU happened in executing the macro when we tested audio steaming plus executing commands via telnet.  This change resolves this issue by implementing atomic this_task()in sched_thistask.c which is newly introduced.
      c8a37270