Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279996
b: refs/heads/master
c: 5e3aa52
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jan 5, 2012
1 parent e75029a commit 8f7c5d4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 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: e6849374f3fcec5a51ab6df40ae4d8034ba1c5e0
refs/heads/master: 5e3aa527c390377cdeea444f14ef5a28a0aab618
4 changes: 0 additions & 4 deletions trunk/arch/arm/mach-msm/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@
* GNU General Public License for more details.
*
*/

#include <mach/hardware.h>

void arch_idle(void);

static inline void arch_reset(char mode, const char *cmd)
{
for (;;) ; /* depends on IPC w/ other core */
}

/* low level hardware reset hook -- for example, hitting the
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-picoxcell/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ static inline void arch_idle(void)

static inline void arch_reset(int mode, const char *cmd)
{
/* Watchdog reset to go here. */
}

#endif /* __ASM_ARCH_SYSTEM_H */
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-ux500/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ static inline void arch_idle(void)

static inline void arch_reset(char mode, const char *cmd)
{
/* yet to be implemented - TODO */
}

#endif
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-zynq/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ static inline void arch_idle(void)

static inline void arch_reset(char mode, const char *cmd)
{
/* Add architecture specific reset processing here */
}

#endif

0 comments on commit 8f7c5d4

Please sign in to comment.