Skip to content

Commit

Permalink
kexec_elf: remove PURGATORY_STACK_SIZE
Browse files Browse the repository at this point in the history
It's not used anywhere so just drop it.

Signed-off-by: Sven Schnelle <[email protected]>
Reviewed-by: Thiago Jung Bauermann <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
  • Loading branch information
svenschnelle authored and hdeller committed Sep 6, 2019
1 parent 5f71d97 commit 10ba459
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/kexec_elf.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include <linux/slab.h>
#include <linux/types.h>

#define PURGATORY_STACK_SIZE (16 * 1024)

#define elf_addr_to_cpu elf64_to_cpu

#ifndef Elf_Rel
Expand Down

0 comments on commit 10ba459

Please sign in to comment.