Rev 3672 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3672 | Rev 3922 | ||
---|---|---|---|
Line 43... | Line 43... | ||
43 | #define ASI_DCACHE_TAG 0x47 /** ASI D-Cache Tag. */ |
43 | #define ASI_DCACHE_TAG 0x47 /** ASI D-Cache Tag. */ |
44 | #define ASI_ICBUS_CONFIG 0x4a /** ASI of the UPA_CONFIG/FIREPLANE_CONFIG register. */ |
44 | #define ASI_ICBUS_CONFIG 0x4a /** ASI of the UPA_CONFIG/FIREPLANE_CONFIG register. */ |
45 | 45 | ||
46 | #define NWINDOWS 8 /** Number of register window sets. */ |
46 | #define NWINDOWS 8 /** Number of register window sets. */ |
47 | 47 | ||
- | 48 | #ifndef __ASM__ |
|
- | 49 | ||
- | 50 | extern void arch_pre_main(void); |
|
- | 51 | ||
- | 52 | #endif /* __ASM__ */ |
|
- | 53 | ||
48 | #endif |
54 | #endif |
49 | 55 | ||
50 | /** @} |
56 | /** @} |
51 | */ |
57 | */ |