diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:56:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:56:36 +0000 |
commit | 35882cfa5f40cc40acd5ae65ced3e90fbf3cb74c (patch) | |
tree | 37c5bf1d95396a5b4d091502db8e959bf24b64a3 /debian/patches/powerpcspe_support.patch | |
parent | Adding upstream version 1:2.0.27. (diff) | |
download | kexec-tools-35882cfa5f40cc40acd5ae65ced3e90fbf3cb74c.tar.xz kexec-tools-35882cfa5f40cc40acd5ae65ced3e90fbf3cb74c.zip |
Adding debian version 1:2.0.27-1.debian/1%2.0.27-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/powerpcspe_support.patch')
-rw-r--r-- | debian/patches/powerpcspe_support.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/powerpcspe_support.patch b/debian/patches/powerpcspe_support.patch new file mode 100644 index 0000000..89c2cb3 --- /dev/null +++ b/debian/patches/powerpcspe_support.patch @@ -0,0 +1,11 @@ +--- a/kexec/arch/ppc/ppc-setup-dol.S ++++ b/kexec/arch/ppc/ppc-setup-dol.S +@@ -80,7 +80,7 @@ setup_dol_start: + isync + + /* AFAIK, this is not strictly needed, although seems sane */ +-#if 1 ++#ifndef __NO_FPRS__ + li r9, 0 + + /* page table pointer */ |