Subversion Repositories HelenOS-historic

Rev

Rev 1100 | Rev 1224 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1100 Rev 1104
Line 25... Line 25...
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
#include <synch/spinlock.h>
29
#include <synch/spinlock.h>
30
#include <arch/atomic.h>
30
#include <atomic.h>
31
#include <arch/barrier.h>
31
#include <arch/barrier.h>
32
#include <arch.h>
32
#include <arch.h>
33
#include <preemption.h>
33
#include <preemption.h>
34
#include <print.h>
34
#include <print.h>
35
#include <debug.h>
35
#include <debug.h>