Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279987
b: refs/heads/master
c: b95ff9f
h: refs/heads/master
i:
  279985: e68cccc
  279983: 7bba096
v: v3
  • Loading branch information
Russell King committed Jan 5, 2012
1 parent 6536586 commit 6754926
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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: d9ca5839fd4b0c820c19401b72962a1d099cb99e
refs/heads/master: b95ff9fe24e8757380bd9b53891df86f2499ebb8
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-shark/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define ROMCARD_SIZE 0x08000000
#define ROMCARD_START 0x10000000

void arch_reset(char mode, const char *cmd)
static void shark_restart(char mode, const char *cmd)
{
short temp;
/* Reset the Machine via pc[3] of the sequoia chipset */
Expand Down Expand Up @@ -156,4 +156,5 @@ MACHINE_START(SHARK, "Shark")
.init_irq = shark_init_irq,
.timer = &shark_timer,
.dma_zone_size = SZ_4M,
.restart = shark_restart,
MACHINE_END
5 changes: 3 additions & 2 deletions trunk/arch/arm/mach-shark/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H

/* Found in arch/mach-shark/core.c */
extern void arch_reset(char mode, const char *cmd);
static inline void arch_reset(char mode, const char *cmd)
{
}

static inline void arch_idle(void)
{
Expand Down

0 comments on commit 6754926

Please sign in to comment.