From ed5f6561436a1a0b38f4130bdb1fed00f14e60b5 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 26 Jul 2007 17:34:19 +0100 Subject: deal with alpha section warnings Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- arch/alpha/kernel/head.S | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/alpha/kernel/head.S') diff --git a/arch/alpha/kernel/head.S b/arch/alpha/kernel/head.S index e27d23c74ba8..7ac1f1372c36 100644 --- a/arch/alpha/kernel/head.S +++ b/arch/alpha/kernel/head.S @@ -10,6 +10,7 @@ #include #include +.section .text.head, "ax" .globl swapper_pg_dir .globl _stext swapper_pg_dir=SWAPPER_PGD -- cgit