Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115959
b: refs/heads/master
c: acf0108
h: refs/heads/master
i:
  115957: fb9227f
  115955: 82ccb03
  115951: a0ef2e3
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Oct 20, 2008
1 parent 623d985 commit 520fbbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: b8e465f4945bc0e9f324e3bbe15f5180a8e9a6fe
refs/heads/master: acf0108a84edae22b99655eb2f6f6c9f7ec4d449
10 changes: 0 additions & 10 deletions trunk/include/linux/swab.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ static inline __attribute_const__ __u16 ___swab16(__u16 val)
{
#ifdef __arch_swab16
return __arch_swab16(val);
#elif defined(__arch_swab16p)
return __arch_swab16p(&val);
#else
return __const_swab16(val);
#endif
Expand All @@ -58,8 +56,6 @@ static inline __attribute_const__ __u32 ___swab32(__u32 val)
{
#ifdef __arch_swab32
return __arch_swab32(val);
#elif defined(__arch_swab32p)
return __arch_swab32p(&val);
#else
return __const_swab32(val);
#endif
Expand All @@ -69,8 +65,6 @@ static inline __attribute_const__ __u64 ___swab64(__u64 val)
{
#ifdef __arch_swab64
return __arch_swab64(val);
#elif defined(__arch_swab64p)
return __arch_swab64p(&val);
#elif defined(__SWAB_64_THRU_32__)
__u32 h = val >> 32;
__u32 l = val & ((1ULL << 32) - 1);
Expand All @@ -84,8 +78,6 @@ static inline __attribute_const__ __u32 ___swahw32(__u32 val)
{
#ifdef __arch_swahw32
return __arch_swahw32(val);
#elif defined(__arch_swahw32p)
return __arch_swahw32p(&val);
#else
return __const_swahw32(val);
#endif
Expand All @@ -95,8 +87,6 @@ static inline __attribute_const__ __u32 ___swahb32(__u32 val)
{
#ifdef __arch_swahb32
return __arch_swahb32(val);
#elif defined(__arch_swahb32p)
return __arch_swahb32p(&val);
#else
return __const_swahb32(val);
#endif
Expand Down

0 comments on commit 520fbbf

Please sign in to comment.