source:
trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/main.c
@
307
Last change on this file since 307 was 134, checked in by , 14 years ago | |
---|---|
|
|
File size: 264 bytes |
Rev | Line | |
---|---|---|
[107] | 1 | #include "system.h" |
2 | #include "stdio.h" | |
3 | ||
[134] | 4 | #include "define.h" |
5 | #include "common/common.h" | |
6 | #include "benchmark/benchmark.h" | |
7 | #include "irq/irq.h" | |
[107] | 8 | |
9 | int main() | |
10 | { | |
[134] | 11 | system_start(); |
[107] | 12 | |
[134] | 13 | #if TIMER_INTERRUPT |
14 | irq_init(); | |
15 | #endif | |
16 | ||
17 | benchmark(); | |
18 | ||
19 | EXIT(0); | |
[107] | 20 | |
[134] | 21 | return 1; |
[107] | 22 | } |
Note: See TracBrowser
for help on using the repository browser.