diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-15 09:29:54 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-15 09:29:54 +0000 |
commit | 2211987fdbd728612e3e8b4a659a104fb23c78f1 (patch) | |
tree | a79eb23cfc37d14e24e534dd37d9fcedbe027c95 /os/hal | |
parent | 353219b389c09439a6f8be3af7ced0070f6482de (diff) | |
download | ChibiOS-2211987fdbd728612e3e8b4a659a104fb23c78f1.tar.gz ChibiOS-2211987fdbd728612e3e8b4a659a104fb23c78f1.tar.bz2 ChibiOS-2211987fdbd728612e3e8b4a659a104fb23c78f1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5182 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/SPC56ELxx/hal_lld.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/os/hal/platforms/SPC56ELxx/hal_lld.c b/os/hal/platforms/SPC56ELxx/hal_lld.c index 343d143e7..af465bf92 100644 --- a/os/hal/platforms/SPC56ELxx/hal_lld.c +++ b/os/hal/platforms/SPC56ELxx/hal_lld.c @@ -109,11 +109,6 @@ void spc_early_init(void) { #if !SPC5_NO_INIT
- /* 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");
-
/* SSCM initialization. Setting up the most restrictive handling of
invalid accesses to peripherals.*/
SSCM.ERROR.R = 3; /* PAE and RAE bits. */
|