Mercurial > ecos
changeset 858:a23fa9968a6f
Clean up some unused #defines
| author | gthomas |
|---|---|
| date | Sun, 23 Mar 2003 15:27:03 +0000 |
| parents | 4dcc6006d82f |
| children | 463629669ddd |
| files | packages/hal/powerpc/vads/current/ChangeLog packages/hal/powerpc/vads/current/include/plf_cache.h |
| diffstat | 2 files changed, 4 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/powerpc/vads/current/ChangeLog +++ b/packages/hal/powerpc/vads/current/ChangeLog @@ -1,3 +1,7 @@ +2003-03-23 Gary Thomas <gary@mlbassoc.com> + + * include/plf_cache.h: Remove some unused #defines + 2003-03-07 Gary Thomas <gary@mlbassoc.com> * include/plf_stub.h: Remove [confusing] platform specific include.
--- 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 //-----------------------------------------------------------------------------
