Hi Sergey, > arch/s390/kernel/traps.c: In function `show_registers': > arch/s390/kernel/traps.c:202: inconsistent operand constraints in an `asm'
Try a newer compiler. The __get_user inline in include/asm-s390/uaccess.h uses a "=Q" constraint for all 3.x compilers. Seems like your gcc 3.2 doesn't understand "=Q". blue skies, Martin Linux/390 Design & Development, IBM Deutschland Entwicklung GmbH Sch�naicherstr. 220, D-71032 B�blingen, Telefon: 49 - (0)7031 - 16-2247 E-Mail: [EMAIL PROTECTED] ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
