Rev 1 | Rev 34 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 10 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | synch/spinlock.c \ |
22 | synch/spinlock.c \ |
23 | synch/condvar.c \ |
23 | synch/condvar.c \ |
24 | synch/rwlock.c \ |
24 | synch/rwlock.c \ |
25 | synch/mutex.c \ |
25 | synch/mutex.c \ |
26 | synch/semaphore.c \ |
26 | synch/semaphore.c \ |
27 | synch/waitq.c |
27 | synch/waitq.c \ |
- | 28 | smp/ipi.c |
|
28 | 29 | ||
29 | ifdef DEBUG_SPINLOCK |
30 | ifdef DEBUG_SPINLOCK |
30 | CFLAGS+=-D$(DEBUG_SPINLOCK) |
31 | CFLAGS+=-D$(DEBUG_SPINLOCK) |
31 | endif |
32 | endif |
32 | 33 |