patch-2.1.43 linux/arch/sparc64/lib/copy_from_user.S
Next file: linux/arch/sparc64/lib/copy_to_user.S
Previous file: linux/arch/sparc64/lib/checksum.S
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
Thu Jun 12 16:22:06 1997
- Orig file:
v2.1.42/linux/arch/sparc64/lib/copy_from_user.S
- Orig date:
Tue May 13 22:41:04 1997
diff -u --recursive --new-file v2.1.42/linux/arch/sparc64/lib/copy_from_user.S linux/arch/sparc64/lib/copy_from_user.S
@@ -27,8 +27,8 @@
retl; \
a, b, %o0; \
.section __ex_table,z##alloc; \
- .align 4; \
- .word 98b, 99b; \
+ .align 8; \
+ .xword 98b, 99b; \
.text; \
.align 4
@@ -41,23 +41,23 @@
retl; \
a, b, %o0; \
.section __ex_table,z##alloc; \
- .align 4; \
- .word 98b, 99b; \
+ .align 8; \
+ .xword 98b, 99b; \
.text; \
.align 4
#define EXO2(x,y,z) \
98: x,##y; \
.section __ex_table,z##alloc; \
- .align 4; \
- .word 98b, 97f; \
+ .align 8; \
+ .xword 98b, 97f; \
.text; \
.align 4
#define EXT(start,end,handler,z) \
.section __ex_table,z##alloc; \
- .align 4; \
- .word start, 0, end, handler; \
+ .align 8; \
+ .xword start, 0, end, handler; \
.text; \
.align 4
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov