2008-06-16 Corrin Meyer <cjmeyer@gmail.com>

* m68k/cf-crt1.c[__mcf_family_m1qe]: Don't access CACR.
This commit is contained in:
Jeff Johnston 2008-06-16 18:42:40 +00:00
parent e161debaba
commit 8ddb4e477e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-06-16 Corrin Meyer <cjmeyer@gmail.com>
* m68k/cf-crt1.c[__mcf_family_m1qe]: Don't access CACR.
2008-05-20 Nick Clifton <nickc@redhat.com>
* iq2000/crt0.S (__dso_handle): Define (weak).

View File

@ -68,7 +68,7 @@ void __attribute__ ((weak)) hardware_init_hook (void)
/* Set the VBR. */
__asm__ __volatile__ ("movec.l %0,%/vbr" :: "r" (__interrupt_vector));
#ifndef __mcf_family_5213
#if !defined(__mcf_family_5213) && !defined(__mcf_family_51qe)
/* Flush & enable the caches */
#define CACR_CINV (1 << 24)
#define CACR_CENB (1 << 31)