Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161766
b: refs/heads/master
c: 46c4c22
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker authored and Kumar Gala committed Aug 25, 2009
1 parent 2ed01aa commit 881e426
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 7792da8567a70be3280c8eef916334e6923815e3
refs/heads/master: 46c4c229ecf470202a1f4fd2402283cb038864bf
6 changes: 4 additions & 2 deletions trunk/arch/powerpc/sysdev/fsl_soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <asm/irq.h>
#include <asm/time.h>
#include <asm/prom.h>
#include <asm/machdep.h>
#include <sysdev/fsl_soc.h>
#include <mm/mmu_decl.h>
#include <asm/cpm2.h>
Expand Down Expand Up @@ -383,8 +384,9 @@ static int __init setup_rstcr(void)
if (!rstcr)
printk (KERN_EMERG "Error: reset control register "
"not mapped!\n");
} else
printk (KERN_INFO "rstcr compatible register does not exist!\n");
} else if (ppc_md.restart == fsl_rstcr_restart)
printk(KERN_ERR "No RSTCR register, warm reboot won't work\n");

if (np)
of_node_put(np);
return 0;
Expand Down

0 comments on commit 881e426

Please sign in to comment.