diff options
author | Manish Ahuja <ahuja@austin.ibm.com> | 2008-03-22 10:37:08 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-03-26 08:44:06 +1100 |
commit | 6ac26c8a7eb149dbd669cc6cd9b77ffc9cd0d2fb (patch) | |
tree | 4eb613ed5f8eb7accb042e30c89d9d25097d557f /arch/powerpc/platforms/pseries/Makefile | |
parent | d28a79326a4028dbb1755b8efe6daa915d8bfeea (diff) | |
download | linux-stable-6ac26c8a7eb149dbd669cc6cd9b77ffc9cd0d2fb.tar.gz linux-stable-6ac26c8a7eb149dbd669cc6cd9b77ffc9cd0d2fb.tar.bz2 linux-stable-6ac26c8a7eb149dbd669cc6cd9b77ffc9cd0d2fb.zip |
[POWERPC] pseries: phyp dump: Reserve and release memory
Initial patch for reserving memory in early boot, and freeing it
later. If the previous boot had ended with a crash, the reserved
memory would contain a copy of the crashed kernel data.
Signed-off-by: Manish Ahuja <mahuja@us.ibm.com>
Signed-off-by: Linas Vepstas <linasvepstas@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/pseries/Makefile')
-rw-r--r-- | arch/powerpc/platforms/pseries/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/Makefile b/arch/powerpc/platforms/pseries/Makefile index 992ba6753cf2..bdae04bb7a01 100644 --- a/arch/powerpc/platforms/pseries/Makefile +++ b/arch/powerpc/platforms/pseries/Makefile @@ -18,3 +18,4 @@ obj-$(CONFIG_HOTPLUG_CPU) += hotplug-cpu.o obj-$(CONFIG_HVC_CONSOLE) += hvconsole.o obj-$(CONFIG_HVCS) += hvcserver.o obj-$(CONFIG_HCALL_STATS) += hvCall_inst.o +obj-$(CONFIG_PHYP_DUMP) += phyp_dump.o |