Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163191
b: refs/heads/master
c: 6077d26
h: refs/heads/master
i:
  163189: 88e6db5
  163187: 2fbb7c7
  163183: d15f464
v: v3
  • Loading branch information
Sekhar Nori authored and Kevin Hilman committed Aug 26, 2009
1 parent 6490e5a commit f6a65df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: baf09a4cd029c10fd46ef3d1505e2fe8cddcb48e
refs/heads/master: 6077d265324f13a4b7db30eb70cabed07fd58936
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-davinci/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

extern void davinci_watchdog_reset(void);

static void arch_idle(void)
static inline void arch_idle(void)
{
cpu_do_idle();
}

static void arch_reset(char mode, const char *cmd)
static inline void arch_reset(char mode, const char *cmd)
{
davinci_watchdog_reset();
}
Expand Down

0 comments on commit f6a65df

Please sign in to comment.