Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275541
b: refs/heads/master
c: bbc24a2
h: refs/heads/master
i:
  275539: 570f9af
v: v3
  • Loading branch information
Suzuki Poulose authored and Benjamin Herrenschmidt committed Nov 16, 2011
1 parent e5247ae commit 9457854
Show file tree
Hide file tree
Showing 3 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: 82640a6b9166c993104e255b414298cbec6ecd45
refs/heads/master: bbc24a25e29136a56cf5015ef23eb2c2e8828023
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ config ARCH_ENABLE_MEMORY_HOTREMOVE

config KEXEC
bool "kexec system call (EXPERIMENTAL)"
depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP && !47x)) && EXPERIMENTAL
depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP && !PPC_47x)) && EXPERIMENTAL
help
kexec is a system call that implements the ability to shutdown your
current kernel, and to start another kernel. It is like a reboot
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/misc_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ relocate_new_kernel:
mr r5, r31

li r0, 0
#elif defined(CONFIG_44x) && !defined(CONFIG_47x)
#elif defined(CONFIG_44x) && !defined(CONFIG_PPC_47x)

/*
* Code for setting up 1:1 mapping for PPC440x for KEXEC
Expand Down

0 comments on commit 9457854

Please sign in to comment.