Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126888
b: refs/heads/master
c: fc61708
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Jan 7, 2009
1 parent bd85e83 commit 5ddf638
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 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: ae189623b7248cd245c068a1aeb4983359f9c088
refs/heads/master: fc61708b3afe1bdd05c14b65c0ae2f4ad2a3928a
1 change: 1 addition & 0 deletions trunk/arch/h8300/include/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include include/asm-generic/Kbuild.asm
unifdef-y += swab.h
8 changes: 1 addition & 7 deletions trunk/arch/h8300/include/asm/byteorder.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
#ifndef _H8300_BYTEORDER_H
#define _H8300_BYTEORDER_H

#include <asm/types.h>

#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__)
# define __BYTEORDER_HAS_U64__
# define __SWAB_64_THRU_32__
#endif

#include <asm/swab.h>
#include <linux/byteorder/big_endian.h>

#endif /* _H8300_BYTEORDER_H */
10 changes: 10 additions & 0 deletions trunk/arch/h8300/include/asm/swab.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#ifndef _H8300_SWAB_H
#define _H8300_SWAB_H

#include <asm/types.h>

#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__)
# define __SWAB_64_THRU_32__
#endif

#endif /* _H8300_SWAB_H */

0 comments on commit 5ddf638

Please sign in to comment.