• Andrew Morton's avatar
    [PATCH] init.h needs to include compiler.h · 82120e6a
    Andrew Morton authored
    From: Jun Sun <jsun@mvista.com>
    
    It is needed for all those "__attribute_used__" etc to be valid.
    
    Also, it seems that when compiling a file ending in ".S", gcc-2.95.3 does not
    expand __GNUC__ at all.  This causes the compiler version check to fail when
    building vsyscall.S.  So add __ASSEMBLY__ wrappers in there.
    82120e6a
init.h 6.83 KB