Changeset 992bbb97 in mainline for test/synch/semaphore1/test.c


Ignore:
Timestamp:
2005-06-29T20:53:18Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ff9f858
Parents:
b60a22c
Message:

Start with generic 4-level page table interface.

Usual cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/synch/semaphore1/test.c

    rb60a22c r992bbb97  
    4343
    4444static waitq_t can_start;
    45 static int items_produced;
    46 static int items_consumed;
     45static volatile int items_produced;
     46static volatile int items_consumed;
    4747
    4848static void consumer(void *arg);
Note: See TracChangeset for help on using the changeset viewer.