Changeset 3260ada in mainline for generic/include/cpu.h


Ignore:
Timestamp:
2006-02-04T21:08:45Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e72b0a3
Parents:
04225a7
Message:

Simplify load balancing activation.
This in fact removes the livelock that prevented cpu_sleep() to be called in SMP systems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/cpu.h

    r04225a7 r3260ada  
    5858        link_t timeout_active_head;
    5959
    60         #ifdef CONFIG_SMP
    61         atomic_t kcpulbstarted;
    62         waitq_t kcpulb_wq;
    63         #endif /* CONFIG_SMP */
    64 
    6560        /**
    6661         * Processor ID assigned by kernel.
Note: See TracChangeset for help on using the changeset viewer.