This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PowerPC - cleanup VADS/w


Index: hal/powerpc/vads/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/vads/current/ChangeLog,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ChangeLog
--- hal/powerpc/vads/current/ChangeLog	7 Mar 2003 14:47:31 -0000	1.5
+++ hal/powerpc/vads/current/ChangeLog	23 Mar 2003 15:26:46 -0000
@@ -1,5 +1,9 @@
+2003-03-23  Gary Thomas  <gary at mlbassoc dot com>
+
+	* include/plf_cache.h: Remove some unused #defines
+
 2003-03-07  Gary Thomas  <gary at mlbassoc dot com>
 
 	* include/plf_stub.h: Remove [confusing] platform specific include.
 
 2003-03-04  Paul Fine <pfine at delcomsys dot com>
Index: hal/powerpc/vads/current/include/plf_cache.h
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/vads/current/include/plf_cache.h,v
retrieving revision 1.1
diff -u -5 -p -r1.1 plf_cache.h
--- hal/powerpc/vads/current/include/plf_cache.h	12 Dec 2002 21:15:36 -0000	1.1
+++ hal/powerpc/vads/current/include/plf_cache.h	23 Mar 2003 12:47:33 -0000
@@ -67,17 +67,10 @@
 #else
 // Disable caches for now
 # 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
 
 //-----------------------------------------------------------------------------
 #endif // ifndef CYGONCE_PLF_CACHE_H
 // End of plf_cache.h



-- 
------------------------------------------------------------
Gary Thomas                 |
MLB Associates              |  Consulting for the
+1 (970) 229-1963           |    Embedded world
http://www.mlbassoc.com/    |
email: <gary at mlbassoc dot com>  |
gpg: http://www.chez-thomas.org/gary/gpg_key.asc
------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]