Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / arch / xtensa / kernel / setup.c
index be2c78f..ed18410 100644 (file)
@@ -93,7 +93,7 @@ typedef struct tagtable {
 } tagtable_t;
 
 #define __tagtable(tag, fn) static tagtable_t __tagtable_##fn          \
-       __attribute__((used, section(".taglist"))) = { tag, fn }
+       __section(".taglist") __attribute__((used)) = { tag, fn }
 
 /* parse current tag */