Changeset 23684b7 in mainline for test/mm/falloc2/test.c


Ignore:
Timestamp:
2006-03-22T17:21:15Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d71007e
Parents:
45fb65c
Message:

Define atomic_t only once in atomic.h
Change the encapsulated counter type to long so that it supports negative values as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/mm/falloc2/test.c

    r45fb65c r23684b7  
    3333#include <arch/mm/page.h>
    3434#include <arch/types.h>
    35 #include <arch/atomic.h>
     35#include <atomic.h>
    3636#include <debug.h>
    3737#include <proc/thread.h>
Note: See TracChangeset for help on using the changeset viewer.