Re: [PATCH v2 2/3] word-at-a-time.h: support zero_bytemask() on alpha and tile

2015-10-07 Thread Chris Metcalf
On 10/07/2015 01:53 AM, Ingo Molnar wrote: * Chris Metcalf wrote: Both alpha and tile needed implementations of zero_bytemask. The alpha version is untested. Signed-off-by: Chris Metcalf --- arch/alpha/include/asm/word-at-a-time.h | 2 ++ arch/tile/include/asm/word-at-a-time.h | 8 +

Re: [PATCH v2 2/3] word-at-a-time.h: support zero_bytemask() on alpha and tile

2015-10-06 Thread Ingo Molnar
* Chris Metcalf wrote: > Both alpha and tile needed implementations of zero_bytemask. > > The alpha version is untested. > > Signed-off-by: Chris Metcalf > --- > arch/alpha/include/asm/word-at-a-time.h | 2 ++ > arch/tile/include/asm/word-at-a-time.h | 8 +++- > 2 files changed, 9 inser

[PATCH v2 2/3] word-at-a-time.h: support zero_bytemask() on alpha and tile

2015-10-06 Thread Chris Metcalf
Both alpha and tile needed implementations of zero_bytemask. The alpha version is untested. Signed-off-by: Chris Metcalf --- arch/alpha/include/asm/word-at-a-time.h | 2 ++ arch/tile/include/asm/word-at-a-time.h | 8 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/arch/a