patch-2.4.20 linux-2.4.20/include/asm-mips/stackframe.h
Next file: linux-2.4.20/include/asm-mips/string.h
Previous file: linux-2.4.20/include/asm-mips/spinlock.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/asm-mips/stackframe.h
- Orig date:
Fri Aug 2 17:39:45 2002
diff -urN linux-2.4.19/include/asm-mips/stackframe.h linux-2.4.20/include/asm-mips/stackframe.h
@@ -55,14 +55,14 @@
srl k0, k0, 23; \
sll k0, k0, 2; \
addu k1, k0; \
- lw k1, %lo(kernelsp)(k1);
+ lw k1, %lo(kernelsp)(k1);
#else
# define GET_SAVED_SP \
lui k1, %hi(kernelsp); \
- lw k1, %lo(kernelsp)(k1);
+ lw k1, %lo(kernelsp)(k1);
#endif
-
+
#define SAVE_SOME \
.set push; \
.set reorder; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)