X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=kernel%2Frcutree.h;h=4df503470e420a24420edaf5d836d6aae508a155;hb=ac74acf2bda7289a5b076407b29f3a075aec830c;hp=da77a8f57ff95f80c7546684eba2ac293fdde08c;hpb=130901ba33c4a040e12cf7cce240c1056cc096ee;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/kernel/rcutree.h b/kernel/rcutree.h index da77a8f57ff9..4df503470e42 100644 --- a/kernel/rcutree.h +++ b/kernel/rcutree.h @@ -27,6 +27,7 @@ #include #include #include +#include /* * Define shape of hierarchy based on NR_CPUS, CONFIG_RCU_FANOUT, and @@ -442,6 +443,7 @@ struct rcu_state { char *name; /* Name of structure. */ char abbr; /* Abbreviated name. */ struct list_head flavors; /* List of RCU flavors. */ + struct irq_work wakeup_work; /* Postponed wakeups */ }; /* Values for rcu_state structure's gp_flags field. */