# HG changeset patch # User gthomas # Date 1048433223 0 # Node ID a23fa9968a6fa863de16909d8c156817843623bb # Parent 4dcc6006d82f755a0fdc673c5454a6baa108f0c4 Clean up some unused #defines diff --git a/packages/hal/powerpc/vads/current/ChangeLog b/packages/hal/powerpc/vads/current/ChangeLog --- a/packages/hal/powerpc/vads/current/ChangeLog +++ b/packages/hal/powerpc/vads/current/ChangeLog @@ -1,3 +1,7 @@ +2003-03-23 Gary Thomas + + * include/plf_cache.h: Remove some unused #defines + 2003-03-07 Gary Thomas * include/plf_stub.h: Remove [confusing] platform specific include. diff --git a/packages/hal/powerpc/vads/current/include/plf_cache.h b/packages/hal/powerpc/vads/current/include/plf_cache.h --- a/packages/hal/powerpc/vads/current/include/plf_cache.h +++ b/packages/hal/powerpc/vads/current/include/plf_cache.h @@ -69,13 +69,6 @@ # define CYGPRI_INIT_CACHES # define CYGPRI_ENABLE_CACHES -// Hack to enable "quicc_smc1.c" to compile -#if 0 // I don't think the MPC8260 needs this stuff -#define CYGPKG_HAL_POWERPC_MPC860 -#define HAL_DCACHE_INVALIDATE(x, y) -#define CYGNUM_HAL_INTERRUPT_CPM_SMC1 0 -#endif - #endif //-----------------------------------------------------------------------------