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 Original line Diff line number Diff line
@@ -13,10 +13,9 @@
#include <asm/unistd.h>
#include <asm/unistd.h>
#include <asm/errno.h>
#include <asm/errno.h>
#include <linux/linkage.h>
#include <linux/linkage.h>
#include <linux/init.h>


	.level	LEVEL
	.level	LEVEL
	__HEAD
	.text


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


	.level	LEVEL
	.level	LEVEL
	__HEAD
	.text


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


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


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


	__HEAD
	.text


	.align	PAGE_SIZE
	.align	PAGE_SIZE


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


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


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


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


	__HEAD
	.text


	.import intr_save, code
	.import intr_save, code
ENTRY(os_hpmc)
ENTRY(os_hpmc)
Loading