diff options
author | Thomas Meyer <thomas@m3y3r.de> | 2017-07-07 05:17:31 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2017-07-10 16:58:02 -0400 |
commit | 94df7fe0d3e6418113783ff646507287c233e1e3 (patch) | |
tree | 3b0e5bc20abfdb40ec128ed483268913d7af1491 | |
parent | e90998302682c41df4813da1ae019c8db79775f5 (diff) |
um: v2: Use generic NOTES macro
Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r-- | arch/um/include/asm/common.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/asm/common.lds.S b/arch/um/include/asm/common.lds.S index 133055311dce..9e6d5997cfc4 100644 --- a/arch/um/include/asm/common.lds.S +++ b/arch/um/include/asm/common.lds.S | |||
@@ -15,7 +15,7 @@ | |||
15 | PROVIDE (_unprotected_end = .); | 15 | PROVIDE (_unprotected_end = .); |
16 | 16 | ||
17 | . = ALIGN(4096); | 17 | . = ALIGN(4096); |
18 | .note : { *(.note.*) } | 18 | NOTES |
19 | EXCEPTION_TABLE(0) | 19 | EXCEPTION_TABLE(0) |
20 | 20 | ||
21 | BUG_TABLE | 21 | BUG_TABLE |