X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-h8300%2Fsystem.h;h=b91dae2a90c35b377c8cda65332542c805ebd13d;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=2a29101adaa706e74416b1dfe12e801710b6af78;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-h8300/system.h b/include/asm-h8300/system.h index 2a29101ad..b91dae2a9 100644 --- a/include/asm-h8300/system.h +++ b/include/asm-h8300/system.h @@ -2,7 +2,6 @@ #define _H8300_SYSTEM_H #include /* get configuration macros */ -#include #include #define prepare_to_switch() do { } while(0) @@ -119,7 +118,7 @@ static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int siz __asm__ __volatile__ ("mov.b %2,%0\n\t" "mov.b %1,%2" - : "=&r" (tmp) : "r" (x), "m" (*__xg(ptr)) : "er0","memory"); + : "=&r" (tmp) : "r" (x), "m" (*__xg(ptr)) : "memory"); break; case 2: __asm__ __volatile__