1
0
Fork 0
alistair23-linux/arch/parisc/lib
Randolph Chung 87451d850c parisc: fix mismatched parenthesis in memcpy.c
>>>> I think this is what was intended? Note that this patch may affect
>>>> profiling.
>>> it really should be
>>>
>>> -    if (likely(t1 & (sizeof(unsigned int)-1)) == 0) {
>>> +    if (likely((t1 & (sizeof(unsigned int)-1)) == 0)) {
>>>
>>> randolph

Reported-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Randolph Chung <tausq@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
2009-07-03 03:34:09 +00:00
..
Makefile Revert "[PARISC] import necessary bits of libgcc.a" 2007-12-06 09:16:29 -08:00
bitops.c [PARISC] use CONFIG_64BIT instead of __LP64__ 2007-02-17 01:16:40 -05:00
checksum.c parisc: remove CVS keywords 2009-07-03 03:34:06 +00:00
fixup.S Revert "parisc: fix trivial section name warnings" 2008-06-13 10:49:45 -04:00
io.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
iomap.c parisc: lib/: make code static 2009-01-05 18:15:24 +00:00
lusercopy.S Revert "parisc: fix trivial section name warnings" 2008-06-13 10:49:45 -04:00
memcpy.c parisc: fix mismatched parenthesis in memcpy.c 2009-07-03 03:34:09 +00:00
memset.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00