Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163527
b: refs/heads/master
c: 7d9c035
h: refs/heads/master
i:
  163525: 64d09e6
  163523: becba37
  163519: d169526
v: v3
  • Loading branch information
Stuart Menefy authored and Paul Mundt committed Aug 24, 2009
1 parent c5f5501 commit c749f9e
Show file tree
Hide file tree
Showing 2 changed files with 6 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: fea966f7564205fcf5919af9bde031e753419c96
refs/heads/master: 7d9c035150897c2bebedae280505513dbdef2abc
6 changes: 5 additions & 1 deletion trunk/arch/sh/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,12 @@

static inline void ctrl_delay(void)
{
#ifdef P2SEG
#ifdef CONFIG_CPU_SH4
__raw_readw(CCN_PVR);
#elif defined(P2SEG)
__raw_readw(P2SEG);
#else
#error "Need a dummy address for delay"
#endif
}

Expand Down

0 comments on commit c749f9e

Please sign in to comment.