patch-2.4.0-test12 linux/arch/mips64/kernel/unaligned.c
Next file: linux/arch/mips64/ld.script.elf32
Previous file: linux/arch/mips64/kernel/traps.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Nov 28 21:42:04 2000
- Orig file:
v2.4.0-test11/linux/arch/mips64/kernel/unaligned.c
- Orig date:
Sat May 13 08:30:17 2000
diff -u --recursive --new-file v2.4.0-test11/linux/arch/mips64/kernel/unaligned.c linux/arch/mips64/kernel/unaligned.c
@@ -1,5 +1,4 @@
-/* $Id: unaligned.c,v 1.2 1999/11/23 17:12:50 ralf Exp $
- *
+/*
* Handle unaligned accesses by emulation.
*
* This file is subject to the terms and conditions of the GNU General Public
@@ -91,8 +90,8 @@
* User code may only access USEG; kernel code may access the
* entire address space.
*/
-#define check_axs(p,a,s) \
- if ((long)(~(pc) & ((a) | ((a)+(s)))) < 0) \
+#define check_axs(pc,a,s) \
+ if ((long)(~(pc) & ((a) | ((a)+(s)))) < 0) \
goto sigbus;
static inline void
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)