]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-avr32/setup.h
[ARM] VFP: fix section mismatch error
[linux-2.6-omap-h63xx.git] / include / asm-avr32 / setup.h
index 1ff1a217015d85d2e6eaedf8bcc5af61acd0a41f..b0828d43e110c93f27b65adf593fc0c40e58a676 100644 (file)
@@ -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 }