[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120613214157.0a5179d5358ec7f1b2646606@gmail.com>
Date: Wed, 13 Jun 2012 21:41:57 +0900
From: Takuya Yoshikawa <takuya.yoshikawa@...il.com>
To: Akinobu Mita <akinobu.mita@...il.com>
Cc: Takuya Yoshikawa <yoshikawa.takuya@....ntt.co.jp>,
akpm@...ux-foundation.org, bhutchings@...arflare.com,
grundler@...isc-linux.org, arnd@...db.de, benh@...nel.crashing.org,
avi@...hat.com, mtosatti@...hat.com,
linux-net-drivers@...arflare.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
kvm@...r.kernel.org
Subject: Re: [PATCH 2/5] drivers/net/ethernet/dec/tulip: Use standard
__set_bit_le() function
On Wed, 13 Jun 2012 18:43:40 +0900
Akinobu Mita <akinobu.mita@...il.com> wrote:
> Should this hash_table be converted from u16 hash_table[32] to
> DECLARE_BITMAP(hash_table, 16 * 32) to ensure that it is aligned
> on long-word boundary?
I think hash_table is already long-word aligned because it is placed
right after a pointer.
Takuya
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists