···2828#include <asm/cache.h>2929#include <asm/page.h>3030#include <asm/asm-offsets.h>3131+#include <asm/thread_info.h>31323233/* ld script to make hppa Linux kernel */3334#ifndef CONFIG_64BIT···135134 __init_begin = .;136135 INIT_TEXT_SECTION(16384)137136 INIT_DATA_SECTION(16)137137+ /* we have to discard exit text and such at runtime, not link time */138138+ .exit.text :139139+ {140140+ EXIT_TEXT141141+ }142142+ .exit.data :143143+ {144144+ EXIT_DATA145145+ }138146139147 PERCPU(PAGE_SIZE)140148 . = ALIGN(PAGE_SIZE);