From 3c730b67311dd5f752e7e0aef7c275a96b48b82e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 18 Feb 2013 08:41:01 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5231 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC563Mxx/hal_lld.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'os/hal') diff --git a/os/hal/platforms/SPC563Mxx/hal_lld.c b/os/hal/platforms/SPC563Mxx/hal_lld.c index 3ffcfd0b1..55570a997 100644 --- a/os/hal/platforms/SPC563Mxx/hal_lld.c +++ b/os/hal/platforms/SPC563Mxx/hal_lld.c @@ -52,11 +52,6 @@ void hal_lld_init(void) { extern void _vectors(void); uint32_t n; - /* Enables the branch prediction, clears and enables the BTB into the - BUCSR special register (1013).*/ - asm volatile ("li %%r3, 0x0201 \t\n" - "mtspr 1013, %%r3": : : "r3"); - /* FLASH wait states and prefetching setup.*/ CFLASH0.BIUCR.R = SPC5_FLASH_BIUCR | SPC5_FLASH_WS; CFLASH0.BIUCR2.R = 0; -- cgit v1.2.3