vmlinux.lds.S (5c34202b8bf942da411b6599668a76b07449bbfd) | vmlinux.lds.S (7664709b44a13e2e0b545e2dd8e7b8797a1748dc) |
---|---|
1 2#include <asm/cache.h> 3#include <asm/ptrace.h> 4#include <asm/system.h> 5#include <asm/pgtable.h> 6 7#define LOAD_OFFSET (KERNEL_START - KERNEL_TR_PAGE_SIZE) 8#include <asm-generic/vmlinux.lds.h> --- 30 unchanged lines hidden (view full) --- 39 . = KERNEL_START; 40 41 _text = .; 42 _stext = .; 43 44 .text : AT(ADDR(.text) - LOAD_OFFSET) 45 { 46 IVT_TEXT | 1 2#include <asm/cache.h> 3#include <asm/ptrace.h> 4#include <asm/system.h> 5#include <asm/pgtable.h> 6 7#define LOAD_OFFSET (KERNEL_START - KERNEL_TR_PAGE_SIZE) 8#include <asm-generic/vmlinux.lds.h> --- 30 unchanged lines hidden (view full) --- 39 . = KERNEL_START; 40 41 _text = .; 42 _stext = .; 43 44 .text : AT(ADDR(.text) - LOAD_OFFSET) 45 { 46 IVT_TEXT |
47 *(.text) | 47 TEXT_TEXT |
48 SCHED_TEXT 49 LOCK_TEXT 50 KPROBES_TEXT 51 *(.gnu.linkonce.t*) 52 } 53 .text2 : AT(ADDR(.text2) - LOAD_OFFSET) 54 { *(.text2) } 55#ifdef CONFIG_SMP --- 222 unchanged lines hidden --- | 48 SCHED_TEXT 49 LOCK_TEXT 50 KPROBES_TEXT 51 *(.gnu.linkonce.t*) 52 } 53 .text2 : AT(ADDR(.text2) - LOAD_OFFSET) 54 { *(.text2) } 55#ifdef CONFIG_SMP --- 222 unchanged lines hidden --- |