From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1dTDyG-0006Bt-Lc for user-mode-linux-devel@lists.sourceforge.net; Thu, 06 Jul 2017 21:05:56 +0000 Received: from www17.your-server.de ([213.133.104.17]) by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1dTDyF-0006EJ-Tf for user-mode-linux-devel@lists.sourceforge.net; Thu, 06 Jul 2017 21:05:56 +0000 From: Thomas Meyer Date: Thu, 6 Jul 2017 23:05:43 +0200 Message-Id: <20170706210543.18885-1-thomas@m3y3r.de> Subject: [uml-devel] [PATCH] um: Use generic NOTES macro List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: user-mode-linux-devel@lists.sourceforge.net Signed-off-by: Thomas Meyer --- arch/um/include/asm/common.lds.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/um/include/asm/common.lds.S b/arch/um/include/asm/common.lds.S index 133055311dce..de996e428ca4 100644 --- a/arch/um/include/asm/common.lds.S +++ b/arch/um/include/asm/common.lds.S @@ -15,8 +15,8 @@ PROVIDE (_unprotected_end = .); . = ALIGN(4096); - .note : { *(.note.*) } - EXCEPTION_TABLE(0) + NOTES + EXCEPTION_TABLE(4) BUG_TABLE -- 2.13.0 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel