]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] m68k traps.c constraints
authorAl Viro <viro@ftp.linux.org.uk>
Fri, 23 Jun 2006 09:05:03 +0000 (02:05 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:43:01 +0000 (07:43 -0700)
commit900077c03767934298207d5a44ab581ac6f46b7e
tree4685f12b6e919faabd1bd24a32b180c420aaa47a
parent3af0e8f337de230fa6d91d52e62ae3b01912fb98
[PATCH] m68k traps.c constraints

Cast is not an lvalue; =r constraint wants an lvalue and really couldn't
care whether it's void * or other pointer type.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m68k/kernel/traps.c