Searched hist:"19 a046f07ce5a5c34ebb6432192d98cfdb38444f" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/ |
H A D | sections.h | diff 19a046f07ce5a5c34ebb6432192d98cfdb38444f Thu Sep 30 09:31:08 CDT 2021 Pasha Tatashin <pasha.tatashin@soleen.com> arm64: kexec: use ld script for relocation function
Currently, relocation code declares start and end variables which are used to compute its size.
The better way to do this is to use ld script, and put relocation function in its own section.
Signed-off-by: Pasha Tatashin <pasha.tatashin@soleen.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Link: https://lore.kernel.org/r/20210930143113.1502553-11-pasha.tatashin@soleen.com Signed-off-by: Will Deacon <will@kernel.org>
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | relocate_kernel.S | diff 19a046f07ce5a5c34ebb6432192d98cfdb38444f Thu Sep 30 09:31:08 CDT 2021 Pasha Tatashin <pasha.tatashin@soleen.com> arm64: kexec: use ld script for relocation function
Currently, relocation code declares start and end variables which are used to compute its size.
The better way to do this is to use ld script, and put relocation function in its own section.
Signed-off-by: Pasha Tatashin <pasha.tatashin@soleen.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Link: https://lore.kernel.org/r/20210930143113.1502553-11-pasha.tatashin@soleen.com Signed-off-by: Will Deacon <will@kernel.org>
|
H A D | machine_kexec.c | diff 19a046f07ce5a5c34ebb6432192d98cfdb38444f Thu Sep 30 09:31:08 CDT 2021 Pasha Tatashin <pasha.tatashin@soleen.com> arm64: kexec: use ld script for relocation function
Currently, relocation code declares start and end variables which are used to compute its size.
The better way to do this is to use ld script, and put relocation function in its own section.
Signed-off-by: Pasha Tatashin <pasha.tatashin@soleen.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Link: https://lore.kernel.org/r/20210930143113.1502553-11-pasha.tatashin@soleen.com Signed-off-by: Will Deacon <will@kernel.org>
|
H A D | vmlinux.lds.S | diff 19a046f07ce5a5c34ebb6432192d98cfdb38444f Thu Sep 30 09:31:08 CDT 2021 Pasha Tatashin <pasha.tatashin@soleen.com> arm64: kexec: use ld script for relocation function
Currently, relocation code declares start and end variables which are used to compute its size.
The better way to do this is to use ld script, and put relocation function in its own section.
Signed-off-by: Pasha Tatashin <pasha.tatashin@soleen.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Link: https://lore.kernel.org/r/20210930143113.1502553-11-pasha.tatashin@soleen.com Signed-off-by: Will Deacon <will@kernel.org>
|