diff options
author | Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> | 2016-11-29 23:45:52 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-11-30 23:15:26 +1100 |
commit | 0d97631392c24a9573dafb7b6962cc40b5ef2281 (patch) | |
tree | 87c59e7698605f38fcca94be14de2d5590b75160 /arch/powerpc/purgatory/.gitignore | |
parent | a0458284f0625ade5eff2118bab89b2d4bbacc3e (diff) |
powerpc: Add purgatory for kexec_file_load() implementation.
This purgatory implementation is based on the versions from kexec-tools
and kexec-lite, with additional changes.
Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/purgatory/.gitignore')
-rw-r--r-- | arch/powerpc/purgatory/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/purgatory/.gitignore b/arch/powerpc/purgatory/.gitignore new file mode 100644 index 000000000000..e9e66f178a6d --- /dev/null +++ b/arch/powerpc/purgatory/.gitignore @@ -0,0 +1,2 @@ +kexec-purgatory.c +purgatory.ro |