Changeset a8f9a82 in mainline for arch/ia32/src/smp/smp.c


Ignore:
Timestamp:
2005-08-21T22:38:57Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6e787c4
Parents:
3526da33
Message:

Add comment to scheduler.c explaining the reason behind saving CPU priority of preempted thread.

Remove two unnecessary cpu_priority_high() calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/smp/smp.c

    r3526da33 ra8f9a82  
    148148                         */
    149149                        waitq_sleep(&ap_completion_wq);
    150                         cpu_priority_high();
    151150                }
    152151                else {
Note: See TracChangeset for help on using the changeset viewer.