Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106801
b: refs/heads/master
c: 82706b8
h: refs/heads/master
i:
  106799: bb12a9a
v: v3
  • Loading branch information
Khem Raj authored and Paul Mundt committed Jul 28, 2008
1 parent 251e246 commit 5ff2031
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 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: 45dabf1427a0a876f733b07239ade1bdb0e06010
refs/heads/master: 82706b8f7bd1365e50478d3d0f6090f22e4571c7
14 changes: 11 additions & 3 deletions trunk/include/asm-sh/unistd.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#ifdef CONFIG_SUPERH32
# include "unistd_32.h"
#ifdef __KERNEL__
# ifdef CONFIG_SUPERH32
# include "unistd_32.h"
# else
# include "unistd_64.h"
# endif
#else
# include "unistd_64.h"
# ifdef __SH5__
# include "unistd_64.h"
# else
# include "unistd_32.h"
# endif
#endif

0 comments on commit 5ff2031

Please sign in to comment.