comparison packages/hal/powerpc/arch/current/src/hal_misc.c @ 62:7a6ac9edc838 ecos-sw-2000-01-24

Merge from eCos master repository on 2000-01-24-19:43:49-GMT
author jlarmour
date Mon, 24 Jan 2000 21:43:17 +0000
parents 797268ecc331
children c38311975d4f
comparison
equal deleted inserted replaced
61:e44112c47676 62:7a6ac9edc838
476 # define CYGPRI_ENABLE_CACHES 1 476 # define CYGPRI_ENABLE_CACHES 1
477 # endif 477 # endif
478 #endif 478 #endif
479 479
480 #ifdef CYGPKG_HAL_POWERPC_MBX // Enable all caches for MBX860 480 #ifdef CYGPKG_HAL_POWERPC_MBX // Enable all caches for MBX860
481 # ifndef CYG_HAL_ROM_MONITOR // unless we are making a stub rom 481 # ifndef CYGSEM_HAL_ROM_MONITOR // unless we are making a stub rom
482 # define CYGPRI_INIT_CACHES 1 482 # define CYGPRI_INIT_CACHES 1
483 # define CYGPRI_ENABLE_CACHES 1 483 # define CYGPRI_ENABLE_CACHES 1
484 # endif 484 # endif
485 #endif 485 #endif
486 486