Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96531
b: refs/heads/master
c: 89804c0
h: refs/heads/master
i:
  96529: 0c6d2ed
  96527: a375be3
v: v3
  • Loading branch information
Ingo Molnar committed May 13, 2008
1 parent 67f86a3 commit 76e9ecd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 8c45a4e4f2b9bed6b6c54aaafc89e906284ccdf2
refs/heads/master: 89804c022fe32541f5dd40a69e48ff4678d9ad24
3 changes: 3 additions & 0 deletions trunk/arch/x86/kernel/x8664_ksyms_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
All C exports should go in the respective C files. */

#include <linux/module.h>
#include <net/checksum.h>
#include <linux/smp.h>

#include <asm/processor.h>
Expand Down Expand Up @@ -29,6 +30,8 @@ EXPORT_SYMBOL(__copy_from_user_inatomic);
EXPORT_SYMBOL(copy_page);
EXPORT_SYMBOL(clear_page);

EXPORT_SYMBOL(csum_partial);

/*
* Export string functions. We normally rely on gcc builtin for most of these,
* but gcc sometimes decides not to inline them.
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/x86/lib/csum-partial_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ __wsum csum_partial(const void *buff, int len, __wsum sum)
(__force u32)sum);
}

EXPORT_SYMBOL(csum_partial);

/*
* this routine is used for miscellaneous IP-like checksums, mainly
* in icmp.c
Expand Down

0 comments on commit 76e9ecd

Please sign in to comment.