Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208776
b: refs/heads/master
c: 9a423b0
h: refs/heads/master
v: v3
  • Loading branch information
Jongpill Lee authored and Kukjin Kim committed Aug 5, 2010
1 parent 503e4fc commit 9f23337
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 24 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: d7f1e82ac982dead64d2b3825b7d33db3023a514
refs/heads/master: 9a423b0ffdf7c75d852056447202e64822263c6a
7 changes: 2 additions & 5 deletions trunk/arch/arm/mach-s5p6440/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H __FILE__

static void arch_idle(void)
{
/* nothing here yet */
}
#include <plat/system-reset.h>

static void arch_reset(char mode, const char *cmd)
static void arch_idle(void)
{
/* nothing here yet */
}
Expand Down
7 changes: 2 additions & 5 deletions trunk/arch/arm/mach-s5p6442/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H __FILE__

static void arch_idle(void)
{
/* nothing here yet */
}
#include <plat/system-reset.h>

static void arch_reset(char mode, const char *cmd)
static void arch_idle(void)
{
/* nothing here yet */
}
Expand Down
9 changes: 1 addition & 8 deletions trunk/arch/arm/mach-s5pc100/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,11 @@
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H __FILE__

#include <linux/io.h>
#include <mach/map.h>
#include <mach/regs-clock.h>
#include <plat/system-reset.h>

static void arch_idle(void)
{
/* nothing here yet */
}

static void arch_reset(char mode, const char *cmd)
{
__raw_writel(S5PC100_SWRESET_RESETVAL, S5PC100_SWRESET);
return;
}
#endif /* __ASM_ARCH_IRQ_H */
7 changes: 2 additions & 5 deletions trunk/arch/arm/mach-s5pv210/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H __FILE__

static void arch_idle(void)
{
/* nothing here yet */
}
#include <plat/system-reset.h>

static void arch_reset(char mode, const char *cmd)
static void arch_idle(void)
{
/* nothing here yet */
}
Expand Down

0 comments on commit 9f23337

Please sign in to comment.