diff packages/hal/mips/arch/current/src/vectors.S @ 115:6ed91473a1cd ecos-sw-2000-08-21

Merge from eCos master repository on 2000-08-21-22:40:54-BST
author jlarmour
date Fri, 25 Aug 2000 17:32:38 +0000
parents 02ea4320376c
children 518f42066aba
line wrap: on
line diff
--- a/packages/hal/mips/arch/current/src/vectors.S
+++ b/packages/hal/mips/arch/current/src/vectors.S
@@ -102,7 +102,10 @@ 2:
 	mtc0	k0,config0		# to disable cache
 #endif	
 	lar	v0,_start		# jump to start
+#ifdef CYGARC_START_FUNC_UNCACHED
 	CYGARC_ADDRESS_REG_UNCACHED(v0)
+#endif
+
 	jr	v0
 	nop				# (delay slot)