Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm
In directory sc8-pr-cvs1:/tmp/cvs-serv5736/include/asm-vax/mm
Modified Files:
cache.h
Log Message:
DA: update for new toolchain build... add percentage signs to all assembly
routines
Index: cache.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm/cache.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cache.h 15 Feb 2001 01:16:04 -0000 1.1
+++ cache.h 12 Feb 2003 02:37:34 -0000 1.2
@@ -26,7 +26,7 @@
/* Push a PC/PSL onto the stack so it looks like we got
an interrupt, and then REI */
__asm__ (
- " movpsl -(sp) \n"
+ " movpsl -(%%sp) \n"
" pushab 1f \n"
" rei \n"
"1: " : : );
|