Last change
on this file since 279 was
134,
checked in by kane, 14 years ago
|
add multi write buffer in cc_xcache_v4
|
-
Property svn:executable set to
*
|
File size:
264 bytes
|
Line | |
---|
1 | #include "system.h" |
---|
2 | #include "stdio.h" |
---|
3 | |
---|
4 | #include "define.h" |
---|
5 | #include "common/common.h" |
---|
6 | #include "benchmark/benchmark.h" |
---|
7 | #include "irq/irq.h" |
---|
8 | |
---|
9 | int main() |
---|
10 | { |
---|
11 | system_start(); |
---|
12 | |
---|
13 | #if TIMER_INTERRUPT |
---|
14 | irq_init(); |
---|
15 | #endif |
---|
16 | |
---|
17 | benchmark(); |
---|
18 | |
---|
19 | EXIT(0); |
---|
20 | |
---|
21 | return 1; |
---|
22 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.