Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305444
b: refs/heads/master
c: 5f2e8a8
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Apr 20, 2012
1 parent 5a81fcb commit 2c683f9
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: 5d6f8d77ede50417dcca4c31a74f0d40a1ee537a
refs/heads/master: 5f2e8a84f07bb43f9c0ce317d7e0c5e541db00e3
9 changes: 3 additions & 6 deletions trunk/arch/x86/lib/checksum_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <linux/linkage.h>
#include <asm/dwarf2.h>
#include <asm/errno.h>
#include <asm/asm.h>

/*
* computes a partial checksum, e.g. for TCP/UDP fragments
Expand Down Expand Up @@ -282,15 +283,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)

#ifndef CONFIG_X86_USE_PPRO_CHECKSUM

Expand Down

0 comments on commit 2c683f9

Please sign in to comment.