Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43066
b: refs/heads/master
c: b6bcc4b
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Dec 7, 2006
1 parent 61546fb commit b3cd3b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 8c89812684de3b47066d800031dfd7098abbdc74
refs/heads/master: b6bcc4bb1cdfbc3c8612aad63a8703ac3d59f61a
4 changes: 1 addition & 3 deletions trunk/arch/x86_64/lib/csum-partial.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#include <linux/module.h>
#include <asm/checksum.h>

#define __force_inline inline __attribute__((always_inline))

static inline unsigned short from32to16(unsigned a)
{
unsigned short b = a >> 16;
Expand All @@ -33,7 +31,7 @@ static inline unsigned short from32to16(unsigned a)
* Unrolling to an 128 bytes inner loop.
* Using interleaving with more registers to break the carry chains.
*/
static __force_inline unsigned do_csum(const unsigned char *buff, unsigned len)
static unsigned do_csum(const unsigned char *buff, unsigned len)
{
unsigned odd, count;
unsigned long result = 0;
Expand Down

0 comments on commit b3cd3b2

Please sign in to comment.