|
@@ -1210,7 +1210,6 @@ struct ipa3_sys_context {
|
|
|
struct ipa3_sys_context *common_sys;
|
|
|
struct tasklet_struct tasklet_find_freepage;
|
|
|
atomic_t page_avilable;
|
|
|
- struct delayed_work freepage_work;
|
|
|
u32 napi_sort_page_thrshld_cnt;
|
|
|
|
|
|
/* ordering is important - mutable fields go above */
|
|
@@ -1226,6 +1225,7 @@ struct ipa3_sys_context {
|
|
|
struct ipa3_status_stats *status_stat;
|
|
|
u32 pm_hdl;
|
|
|
struct workqueue_struct *freepage_wq;
|
|
|
+ struct delayed_work freepage_work;
|
|
|
/* ordering is important - other immutable fields go below */
|
|
|
};
|
|
|
|