perf: Tidy up after the big rename
[deliverable/linux.git] / mm / quicklist.c
index e66d07d1b4ff424b108c0bd111e2092f217aede0..6eedf7e473d1e89f09fcc5814e342bee01540ce4 100644 (file)
@@ -19,7 +19,7 @@
 #include <linux/module.h>
 #include <linux/quicklist.h>
 
-DEFINE_PER_CPU(struct quicklist, quicklist)[CONFIG_NR_QUICK];
+DEFINE_PER_CPU(struct quicklist [CONFIG_NR_QUICK], quicklist);
 
 #define FRACTION_OF_NODE_MEM   16
 
This page took 0.027161 seconds and 5 git commands to generate.