Rev 3 | Rev 19 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3 | Rev 16 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | 9 | ||
10 | # Improved support for hyperthreading |
10 | # Improved support for hyperthreading |
11 | HT=__HT__ |
11 | HT=__HT__ |
12 | 12 | ||
13 | # Deadlock detection support for spinlocks. |
13 | # Deadlock detection support for spinlocks. |
14 | DEBUG_SPINLOCK=DEBUG_SPINLOCK |
14 | #DEBUG_SPINLOCK=DEBUG_SPINLOCK |
15 | 15 | ||
16 | # Uncomment if you want to run in the test mode |
16 | # Uncomment if you want to run in the test mode |
17 | #TEST=__TEST__ |
17 | #TEST=__TEST__ |
18 | 18 | ||
19 | #TEST_FILE=test.c |
19 | #TEST_FILE=test.c |