Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305451
b: refs/heads/master
c: f542c5d
h: refs/heads/master
i:
  305449: a002154
  305447: d88a47e
v: v3
  • Loading branch information
H. Peter Anvin committed Apr 20, 2012
1 parent 26b34da commit ce34507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: 9c6751280b6206e2a96f9600938003a29968e4fa
refs/heads/master: f542c5d6e57ea32daae3708a71911d9f5c883c5a
9 changes: 3 additions & 6 deletions trunk/arch/x86/um/checksum_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*/

#include <asm/errno.h>
#include <asm/asm.h>

/*
* computes a partial checksum, e.g. for TCP/UDP fragments
Expand Down Expand Up @@ -232,15 +233,11 @@ unsigned int csum_partial_copy_generic (const char *src, char *dst,

#define SRC(y...) \
9999: y; \
.section __ex_table, "a"; \
.long 9999b, 6001f ; \
.previous
_ASM_EXTABLE(9999b, 6001f)

#define DST(y...) \
9999: y; \
.section __ex_table, "a"; \
.long 9999b, 6002f ; \
.previous
_ASM_EXTABLE(9999b, 6002f)

.align 4

Expand Down

0 comments on commit ce34507

Please sign in to comment.