aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-18 08:41:01 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-18 08:41:01 +0000
commit3c730b67311dd5f752e7e0aef7c275a96b48b82e (patch)
treed49bee861bec769da9e2200e7ae3fcb4199f5e2c /os/hal
parentef0c3e57380eab05a177a87c2c7fdd73ec6a3415 (diff)
downloadChibiOS-3c730b67311dd5f752e7e0aef7c275a96b48b82e.tar.gz
ChibiOS-3c730b67311dd5f752e7e0aef7c275a96b48b82e.tar.bz2
ChibiOS-3c730b67311dd5f752e7e0aef7c275a96b48b82e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5231 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/platforms/SPC563Mxx/hal_lld.c5
1 files changed, 0 insertions, 5 deletions
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;