2006-03-09 23:38:52

by Markus Gutschke

[permalink] [raw]
Subject: [PATCH 1/1]: arm: _syscallX() macros must mark "memory" as clobbered

From: Markus Gutschke <[email protected]>

While other platforms (including x86) have been fixed to mark memory as
clobbered by _syscallX()'s, this bug has not yet been fixed for ARM.
This patch adds the missing constraints and applies to version 2.6.15.6.

The bug can be tracked at http://bugzilla.kernel.org/show_bug.cgi?id=6205

Signed-off-by: Markus Gutschke <[email protected]>

---