Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126890
b: refs/heads/master
c: f15d411
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Jan 7, 2009
1 parent 4109daf commit 0ad7513
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 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: 231cc432f4d684b8c75d9a8e0654c51b9d6ed341
refs/heads/master: f15d411ad9986185303b556e0f5e7acafc4ef223
1 change: 1 addition & 0 deletions trunk/include/asm-m32r/Kbuild
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include include/asm-generic/Kbuild.asm
unifdef-y += swab.h
7 changes: 1 addition & 6 deletions trunk/include/asm-m32r/byteorder.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
#ifndef _ASM_M32R_BYTEORDER_H
#define _ASM_M32R_BYTEORDER_H

#include <asm/types.h>

#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
# define __BYTEORDER_HAS_U64__
# define __SWAB_64_THRU_32__
#endif
#include <asm/swab.h>

#if defined(__LITTLE_ENDIAN__)
# include <linux/byteorder/little_endian.h>
Expand Down
10 changes: 10 additions & 0 deletions trunk/include/asm-m32r/swab.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#ifndef _ASM_M32R_SWAB_H
#define _ASM_M32R_SWAB_H

#include <asm/types.h>

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

#endif /* _ASM_M32R_SWAB_H */

0 comments on commit 0ad7513

Please sign in to comment.