vmlinux.lds.S (e700ac213a0f793fb4f83098413303e3dd080892) | vmlinux.lds.S (d6e2cc56477538255160ed02fdb11b0da60356cc) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * ld script to make ARM Linux kernel 4 * taken from the i386 version by Russell King 5 * Written by Martin Mares <mj@atrey.karlin.mff.cuni.cz> 6 */ 7 8#include <asm/hyp_image.h> --- 43 unchanged lines hidden (view full) --- 52#else /* CONFIG_KVM */ 53#define HYPERVISOR_EXTABLE 54#define HYPERVISOR_DATA_SECTIONS 55#define HYPERVISOR_PERCPU_SECTION 56#define HYPERVISOR_RELOC_SECTION 57#define SBSS_ALIGN 0 58#endif 59 | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * ld script to make ARM Linux kernel 4 * taken from the i386 version by Russell King 5 * Written by Martin Mares <mj@atrey.karlin.mff.cuni.cz> 6 */ 7 8#include <asm/hyp_image.h> --- 43 unchanged lines hidden (view full) --- 52#else /* CONFIG_KVM */ 53#define HYPERVISOR_EXTABLE 54#define HYPERVISOR_DATA_SECTIONS 55#define HYPERVISOR_PERCPU_SECTION 56#define HYPERVISOR_RELOC_SECTION 57#define SBSS_ALIGN 0 58#endif 59 |
60#define RO_EXCEPTION_TABLE_ALIGN 8 | 60#define RO_EXCEPTION_TABLE_ALIGN 4 |
61#define RUNTIME_DISCARD_EXIT 62 63#include <asm-generic/vmlinux.lds.h> 64#include <asm/cache.h> 65#include <asm/kernel-pgtable.h> 66#include <asm/memory.h> 67#include <asm/page.h> 68 --- 282 unchanged lines hidden --- | 61#define RUNTIME_DISCARD_EXIT 62 63#include <asm-generic/vmlinux.lds.h> 64#include <asm/cache.h> 65#include <asm/kernel-pgtable.h> 66#include <asm/memory.h> 67#include <asm/page.h> 68 --- 282 unchanged lines hidden --- |