From: Markus Gutschke Date: Sun, 30 Apr 2006 14:34:29 +0000 (+0100) Subject: [ARM] 3486/1: Mark memory as clobbered by the ARM _syscallX() macros X-Git-Tag: v2.6.17-rc4~42^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd95842ca0ffb0e3df3b459832a60f9f4544ed9e;p=pandora-kernel.git [ARM] 3486/1: Mark memory as clobbered by the ARM _syscallX() macros Patch from Markus Gutschke In order to prevent gcc from making incorrect optimizations, all asm() statements that define system calls should report memory as clobbered. Recent versions of the headers for i386 have been changed accordingly, but the ARM headers are still defective. This patch fixes the bug tracked at http://bugzilla.kernel.org/show_bug.cgi?id=6205 Signed-off-by: Markus Gutschke Signed-off-by: Russell King --- Reading git-diff-tree failed