diff options
| author | Thomas Meyer <thomas@m3y3r.de> | 2017-07-07 11:17:31 +0200 |
|---|---|---|
| committer | Richard Weinberger <richard@nod.at> | 2017-07-10 22:58:02 +0200 |
| commit | 94df7fe0d3e6418113783ff646507287c233e1e3 (patch) | |
| tree | 3b0e5bc20abfdb40ec128ed483268913d7af1491 | |
| parent | e90998302682c41df4813da1ae019c8db79775f5 (diff) | |
| download | linux-94df7fe0d3e6418113783ff646507287c233e1e3.tar.gz linux-94df7fe0d3e6418113783ff646507287c233e1e3.tar.bz2 linux-94df7fe0d3e6418113783ff646507287c233e1e3.zip | |
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 @@ PROVIDE (_unprotected_end = .); . = ALIGN(4096); - .note : { *(.note.*) } + NOTES EXCEPTION_TABLE(0) BUG_TABLE |
