Subversion Repositories HelenOS

Rev

Rev 3467 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3467 Rev 3591
Line 49... Line 49...
49
#elif defined (US3)
49
#elif defined (US3)
50
#define DCACHE_SIZE     (64 * 1024)
50
#define DCACHE_SIZE     (64 * 1024)
51
#endif
51
#endif
52
#define DCACHE_LINE_SIZE    32  
52
#define DCACHE_LINE_SIZE    32  
53
 
53
 
54
#if defined (US)
-
 
55
#define ICACHE_SIZE     (16 * 1024)
-
 
56
#define ICACHE_WAYS     2
-
 
57
#elif defined (US3)
-
 
58
#define ICACHE_SIZE     (32 * 1024)
-
 
59
#define ICACHE_WAYS     4
-
 
60
#endif
-
 
61
#define ICACHE_LINE_SIZE    32
-
 
62
 
-
 
63
#endif
54
#endif
64
 
55
 
65
/** @}
56
/** @}
66
 */
-
 
67
57
 */
-
 
58