Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77682
b: refs/heads/master
c: 0fa70ef
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent f9ddf66 commit aca20b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: d752542ade337f059d12c59c4bc9c312befa1f1e
refs/heads/master: 0fa70efbd45a6c4fd946fa71c0a609f2c509d07c
4 changes: 3 additions & 1 deletion trunk/include/asm-sh/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,10 @@ static inline void *set_exception_table_evt(unsigned int evt, void *handler)
*/
#ifdef CONFIG_CPU_SH2A
extern unsigned int instruction_size(unsigned int insn);
#else
#elif defined(CONFIG_SUPERH32)
#define instruction_size(insn) (2)
#else
#define instruction_size(insn) (4)
#endif

/* XXX
Expand Down

0 comments on commit aca20b2

Please sign in to comment.