http://bugs.winehq.org/show_bug.cgi?id=31308
--- Comment #10 from Anastasius Focht focht@gmx.net 2012-07-29 15:33:25 CDT --- Hello André,
I attached two kernel patches to bug 31322 so you can test your Wine patches too ;-) You need to apply both because TPIDRURW is cleared in your 3.4.x kernel.
http://bugs.winehq.org/attachment.cgi?id=41194 (Patch to revert "ARM: tls: remove covert channel via TPIDRURW")
http://bugs.winehq.org/attachment.cgi?id=41195 (Patch to preserve TPIDRURW per thread to allow TEB access for Windows on ARM applications)
I have an older 3.2 kernel where TPIDRURW is not touched at all (only last patch that implements per thread preservation of TPIDRURW needs to be applied).
Regards