Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139110
b: refs/heads/master
c: 2c60b68
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and David S. Miller committed Mar 29, 2009
1 parent 1c1e0e8 commit ef5e416
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: e7557af56a576762a655f1aaaded253ad14c5958
refs/heads/master: 2c60b6885afc56a17b9d55b04c4328123063fc9d
12 changes: 0 additions & 12 deletions trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,18 +379,6 @@ static inline char *pack_hex_byte(char *buf, u8 byte)
((unsigned char *)&addr)[3]
#define NIPQUAD_FMT "%u.%u.%u.%u"

#if defined(__LITTLE_ENDIAN)
#define HIPQUAD(addr) \
((unsigned char *)&addr)[3], \
((unsigned char *)&addr)[2], \
((unsigned char *)&addr)[1], \
((unsigned char *)&addr)[0]
#elif defined(__BIG_ENDIAN)
#define HIPQUAD NIPQUAD
#else
#error "Please fix asm/byteorder.h"
#endif /* __LITTLE_ENDIAN */

/*
* min()/max()/clamp() macros that also do
* strict type-checking.. See the
Expand Down

0 comments on commit ef5e416

Please sign in to comment.