From: Chen Gang Date: Wed, 30 Oct 2013 01:11:28 +0000 (+0800) Subject: kernel/system_certificate.S: use real contents instead of macro GLOBAL() X-Git-Tag: v3.13-rc1~18^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ef4d2eaf5a46d4ab6db02612b5e883b834017b8;p=pandora-kernel.git kernel/system_certificate.S: use real contents instead of macro GLOBAL() If a macro is only used within 2 times, and also its contents are within 2 lines, recommend to expand it to shrink code line. For our case, the macro is not portable either: some architectures' assembler may use another character to mark newline in a macro (e.g. '`' for arc), which will cause issue. If still want to use macro and let it portable enough, it will also need include additional header file (e.g "#include ", although it also need be fixed). Signed-off-by: Chen Gang Signed-off-by: David Howells --- Reading git-diff-tree failed