diff --git a/[refs] b/[refs] index c819ee424b54..1be766bd226b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 091994cfb8e7d7a372c2d547778a91012d899e16 +refs/heads/master: 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505 diff --git a/trunk/include/linux/klist.h b/trunk/include/linux/klist.h index e91a4e59b771..a370ce57cf1d 100644 --- a/trunk/include/linux/klist.h +++ b/trunk/include/linux/klist.h @@ -22,7 +22,7 @@ struct klist { struct list_head k_list; void (*get)(struct klist_node *); void (*put)(struct klist_node *); -} __attribute__ ((aligned (4))); +} __attribute__ ((aligned (sizeof(void *)))); #define KLIST_INIT(_name, _get, _put) \ { .k_lock = __SPIN_LOCK_UNLOCKED(_name.k_lock), \