X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fasm-avr32%2Fsetup.h;h=b0828d43e110c93f27b65adf593fc0c40e58a676;hb=9b6a51746ffe8d619f1097675d2dc5e303470024;hp=1ff1a217015d85d2e6eaedf8bcc5af61acd0a41f;hpb=49e1900d4cc2e7bcecb681fe60f0990bec2dcce8;p=firefly-linux-kernel-4.4.55.git diff --git a/include/asm-avr32/setup.h b/include/asm-avr32/setup.h index 1ff1a217015d..b0828d43e110 100644 --- a/include/asm-avr32/setup.h +++ b/include/asm-avr32/setup.h @@ -110,7 +110,7 @@ struct tagtable { int (*parse)(struct tag *); }; -#define __tag __attribute_used__ __attribute__((__section__(".taglist"))) +#define __tag __attribute_used__ __attribute__((__section__(".taglist.init"))) #define __tagtable(tag, fn) \ static struct tagtable __tagtable_##fn __tag = { tag, fn }