diff --git a/[refs] b/[refs] index 8238d26a59cc..917773701ef5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8adb711f3668b034e7b956fac951ed08b53e0d55 +refs/heads/master: c0e69a5bbc6fc74184aa043aadb9a53bc58f953b diff --git a/trunk/include/linux/klist.h b/trunk/include/linux/klist.h index d5a27af9dba5..e91a4e59b771 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))); #define KLIST_INIT(_name, _get, _put) \ { .k_lock = __SPIN_LOCK_UNLOCKED(_name.k_lock), \