kexec.h (976e3645923bdd2fe7893aae33fd7a21098bfb28) | kexec.h (e16260c21f87b16a33ae8ecac9e8c79f3a8b89bd) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _ASM_PARISC_KEXEC_H 3#define _ASM_PARISC_KEXEC_H 4 | 1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _ASM_PARISC_KEXEC_H 3#define _ASM_PARISC_KEXEC_H 4 |
5#ifdef CONFIG_KEXEC 6 | |
7/* Maximum physical address we can use pages from */ 8#define KEXEC_SOURCE_MEMORY_LIMIT (-1UL) 9/* Maximum address we can reach in physical address mode */ 10#define KEXEC_DESTINATION_MEMORY_LIMIT (-1UL) 11/* Maximum address we can use for the control code buffer */ 12#define KEXEC_CONTROL_MEMORY_LIMIT (-1UL) 13 14#define KEXEC_CONTROL_PAGE_SIZE 4096 --- 12 unchanged lines hidden (view full) --- 27static inline void crash_setup_regs(struct pt_regs *newregs, 28 struct pt_regs *oldregs) 29{ 30 /* Dummy implementation for now */ 31} 32 33#endif /* __ASSEMBLY__ */ 34 | 5/* Maximum physical address we can use pages from */ 6#define KEXEC_SOURCE_MEMORY_LIMIT (-1UL) 7/* Maximum address we can reach in physical address mode */ 8#define KEXEC_DESTINATION_MEMORY_LIMIT (-1UL) 9/* Maximum address we can use for the control code buffer */ 10#define KEXEC_CONTROL_MEMORY_LIMIT (-1UL) 11 12#define KEXEC_CONTROL_PAGE_SIZE 4096 --- 12 unchanged lines hidden (view full) --- 25static inline void crash_setup_regs(struct pt_regs *newregs, 26 struct pt_regs *oldregs) 27{ 28 /* Dummy implementation for now */ 29} 30 31#endif /* __ASSEMBLY__ */ 32 |
35#endif /* CONFIG_KEXEC */ 36 | |
37#endif /* _ASM_PARISC_KEXEC_H */ | 33#endif /* _ASM_PARISC_KEXEC_H */ |