diff --git a/lib/env_ocf/ocf_env_list.h b/lib/env_ocf/ocf_env_list.h index e5f60d6c32..5d728032f7 100644 --- a/lib/env_ocf/ocf_env_list.h +++ b/lib/env_ocf/ocf_env_list.h @@ -43,7 +43,7 @@ struct list_head { struct list_head *next; struct list_head *prev; -}; +} __attribute__((aligned(64))); /** * start an empty list