• L
    compiler: Introduce __always_unused · 7b2a3513
    Li Zefan 提交于
    I wrote some code which is used as compile-time checker, and the
    code should be elided after compile.
    
    So I need to annotate the code as "always unused", compared to
    "maybe unused".
    Signed-off-by: NLi Zefan <lizf@cn.fujitsu.com>
    Cc: Steven Rostedt <rostedt@goodmis.org>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    LKML-Reference: <4AEE2CEC.8040206@cn.fujitsu.com>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    7b2a3513
compiler-gcc.h 3.1 KB