Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305447
b: refs/heads/master
c: 015e6f1
h: refs/heads/master
i:
  305445: 9ad5603
  305443: 5a81fcb
  305439: 449552a
v: v3
  • Loading branch information
H. Peter Anvin committed Apr 20, 2012
1 parent 965892d commit d88a47e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d8559feafbc9dc5a2c17ba42aea7de824b18308
refs/heads/master: 015e6f11a9737684469feef9d523373b1746159d
16 changes: 4 additions & 12 deletions trunk/arch/x86/lib/csum-copy_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <linux/linkage.h>
#include <asm/dwarf2.h>
#include <asm/errno.h>
#include <asm/asm.h>

/*
* Checksum copy with exception handling.
Expand All @@ -31,26 +32,17 @@

.macro source
10:
.section __ex_table, "a"
.align 8
.quad 10b, .Lbad_source
.previous
_ASM_EXTABLE(10b, .Lbad_source)
.endm

.macro dest
20:
.section __ex_table, "a"
.align 8
.quad 20b, .Lbad_dest
.previous
_ASM_EXTABLE(20b, .Lbad_dest)
.endm

.macro ignore L=.Lignore
30:
.section __ex_table, "a"
.align 8
.quad 30b, \L
.previous
_ASM_EXTABLE(30b, \L)
.endm


Expand Down

0 comments on commit d88a47e

Please sign in to comment.