From 1e478a331f5deaaabda29008ce41951870f525c7 Mon Sep 17 00:00:00 2001 From: David Miller Date: Sun, 13 Feb 2011 16:37:07 -0800 Subject: [PATCH] --- yaml --- r: 233207 b: refs/heads/master c: 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505 h: refs/heads/master i: 233205: c602e3b8b317596243156737b4ba6fc476232260 233203: c676d084ceae4e8a57ab468f395dcd3224eb1589 233199: 2353286683333057b4980476708307bb02da6511 v: v3 --- [refs] | 2 +- trunk/include/linux/klist.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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), \