Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166146
b: refs/heads/master
c: 74109b8
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Catalin Marinas committed Sep 18, 2009
1 parent a9a7d70 commit 331897e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 200b812d0084f800bc52465e273b118ff5f8141f
refs/heads/master: 74109b8913277b1dbd072039d1e0a930d2834389
4 changes: 4 additions & 0 deletions trunk/arch/arm/include/asm/unified.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@

#define ARM(x...)
#define THUMB(x...) x
#ifdef __ASSEMBLY__
#define W(instr) instr.w
#endif
#define BSYM(sym) sym + 1

#else /* !CONFIG_THUMB2_KERNEL */
Expand All @@ -45,7 +47,9 @@

#define ARM(x...) x
#define THUMB(x...)
#ifdef __ASSEMBLY__
#define W(instr) instr
#endif
#define BSYM(sym) sym

#endif /* CONFIG_THUMB2_KERNEL */
Expand Down

0 comments on commit 331897e

Please sign in to comment.