2 * Copyright 2003 Motorola,Inc.
3 * Xianghua Xiao(x.xiao@motorola.com)
11 #ifndef CONFIG_NUM_CPUS
12 #define CONFIG_NUM_CPUS 1
17 unsigned long freqProcessor[CONFIG_NUM_CPUS];
18 unsigned long freqSystemBus;
19 unsigned long freqDDRBus;
20 unsigned long freqLocalBus;
23 #endif /* _ASMLANGUAGE */
25 #define RESET_VECTOR 0xfffffffc
27 #endif /* __E500_H__ */