Mercurial > flash_v2
diff packages/hal/powerpc/arch/current/src/hal_misc.c @ 70:c5536bad4c24 ecos-sw-2000-02-11
Merge from eCos master repository on 2000-02-11-15:46:40-GMT
| author | jlarmour |
|---|---|
| date | Fri, 11 Feb 2000 16:47:32 +0000 |
| parents | f74b2666b30d |
| children | da3908c9cd10 |
line wrap: on
line diff
--- a/packages/hal/powerpc/arch/current/src/hal_misc.c +++ b/packages/hal/powerpc/arch/current/src/hal_misc.c @@ -481,8 +481,6 @@ hal_enable_caches(void) // Enable caches. #ifdef CYGPRI_ENABLE_CACHES - // Cogent board doesn't support burst access to the ROM and on the - // MPC8xx caches require burst. HAL_ICACHE_ENABLE(); HAL_DCACHE_ENABLE(); #endif @@ -502,7 +500,7 @@ hal_enable_caches(void) //--------------------------------------------------------------------------- //A jump via a null pointer causes the CPU to end up here. externC void -hal_null_call() +hal_null_call(void) { CYG_FAIL("Call via NULL-pointer!");
