On Sat, 2009-04-04 at 22:54 +0200, Bastian Blank wrote: > The atomic operations on parisc are defined as macros. The macros > includes casts which disallows the use of some syntax elements and > produces error like this: > > net/phonet/pep.c: In function 'pipe_rcv_status': > net/phonet/pep.c:262: error: lvalue required as left operand of assignment > > The patch removes this superfluous casts. Actually, it's not the casts that are the problem, it's the fact that they apply to an unbacketed macro argument. The actual fix is here: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=47e669ce10901dc92960096653d6b22990b5188f James -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html