X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fkexec.h;h=6a2af2f6853b368ad8765de253814e1a1f0f090e;hb=f9cc8475e7595dbb41a9567f83288e2cd7445b6c;hp=bda2f217e6fe4a79a05ae8c7d9c291062f1122cd;hpb=1a56f54c351d8d2e276aefc4f4094037c178d6c7;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-powerpc/kexec.h b/include/asm-powerpc/kexec.h index bda2f217e6f..6a2af2f6853 100644 --- a/include/asm-powerpc/kexec.h +++ b/include/asm-powerpc/kexec.h @@ -93,7 +93,8 @@ static inline void crash_setup_regs(struct pt_regs *newregs, "mfxer %0\n" "std %0, 296(%2)\n" : "=&r" (tmp1), "=&r" (tmp2) - : "b" (newregs)); + : "b" (newregs) + : "memory"); } } #else