Re: [PATCH] regmap: rbtree: improve 64bits memory alignment

2014-04-02 Thread Mark Brown
On Tue, Apr 01, 2014 at 01:26:48PM -0700, David Cohen wrote: > From: Jean-Christophe PINCE > > Change regcache_rbtree_node strcuture fields order to align the pointers on > 64bits architectures. Applied, thanks. It seems like this is something there should be some sort of tool for - it doesn't

[PATCH] regmap: rbtree: improve 64bits memory alignment

2014-04-01 Thread David Cohen
From: Jean-Christophe PINCE Change regcache_rbtree_node strcuture fields order to align the pointers on 64bits architectures. Signed-off-by: Jean-Christophe PINCE Signed-off-by: David Cohen --- drivers/base/regmap/regcache-rbtree.c | 8 1 file changed, 4 insertions(+), 4 deletions(-)