|
From: Thomas M. <th...@m3...> - 2017-07-06 21:05:56
|
Signed-off-by: Thomas Meyer <th...@m3...>
---
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
|