commit | 418d6e295e4375e1097c511da11795e592aedbeb | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Thu Mar 26 17:00:50 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Thu Apr 09 00:01:58 2020 +0900 |
tree | ca2d31b0591e688cabd074c3c8cbfcb2008ee112 | |
parent | 06bd48b6cd97ef3889b68c8e09014d81dbc463f1 [diff] |
x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.h This header file has the following check at the top: #ifndef __ASSEMBLY__ #warning "asm/dwarf2.h should be only included in pure assembly files" #endif So, we expect defined(__ASSEMBLY__) is always true. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com> Acked-by: Ingo Molnar <mingo@kernel.org>