|
@@ -63,9 +63,9 @@ extern unsigned long get_clock_freq(void);
|
|
|
/*
|
|
|
* These can be toggled for performance analysis, otherwise use default.
|
|
|
*/
|
|
|
-/*#define CONFIG_L2_CACHE*/ /* toggle L2 cache */
|
|
|
-#define CONFIG_BTB /* toggle branch predition */
|
|
|
-#define CONFIG_ADDR_STREAMING /* toggle addr streaming */
|
|
|
+#define CONFIG_L2_CACHE /* toggle L2 cache */
|
|
|
+#define CONFIG_BTB /* toggle branch predition */
|
|
|
+#define CONFIG_ADDR_STREAMING /* toggle addr streaming */
|
|
|
|
|
|
/*
|
|
|
* Only possible on E500 Version 2 or newer cores.
|