Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfcf753b authored by Kyle McMartin's avatar Kyle McMartin
Browse files

Revert "parisc: fix trivial section name warnings"



This reverts commit bd3bb8c1.

Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
parent 5dd34572
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -13,10 +13,9 @@
#include <asm/unistd.h>
#include <asm/errno.h>
#include <linux/linkage.h>
#include <linux/init.h>

	.level	LEVEL
	__HEAD
	.text

	.import hpux_call_table
	.import hpux_syscall_exit,code
+1 −2
Original line number Diff line number Diff line
@@ -28,10 +28,9 @@
#include <asm/assembly.h>
#include <asm/signal.h>
#include <linux/linkage.h>
#include <linux/init.h>

	.level	LEVEL
	__HEAD
	.text

	/* These should probably go in a header file somewhere.
	 * They are duplicated in kernel/wrappers.S
+1 −2
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@
#include <asm/thread_info.h>

#include <linux/linkage.h>
#include <linux/init.h>

#ifdef CONFIG_64BIT
	.level 2.0w
@@ -622,7 +621,7 @@
	 * the static part of the kernel address space.
	 */

	__HEAD
	.text

	.align	PAGE_SIZE

+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ ENTRY(boot_args)
	.word 0 /* arg3 */
END(boot_args)

	__HEAD
	.section .text.head
	.align	4
	.import init_thread_union,data
	.import fault_vector_20,code    /* IVA parisc 2.0 32 bit */
+1 −2
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@
#include <asm/pdc.h>

#include <linux/linkage.h>
#include <linux/init.h>

	/*
	 * stack for os_hpmc, the HPMC handler.
@@ -77,7 +76,7 @@ ENTRY(hpmc_pim_data)
	.block HPMC_PIM_DATA_SIZE
END(hpmc_pim_data)

	__HEAD
	.text

	.import intr_save, code
ENTRY(os_hpmc)
Loading