linux-user: arm: no tb_flush on reset
authorAlexander Graf <agraf@suse.de>
Tue, 29 May 2012 13:30:01 +0000 (15:30 +0200)
committerJunfeng Dong <junfeng.dong@intel.com>
Tue, 19 Nov 2013 10:57:37 +0000 (18:57 +0800)
commitc3d7c3bb732915e93a00d556c76340fce835e2ad
tree923485f728a1db044c8a15f9c83f887d79ed36bb
parent1c3a8097c0916dba8afaed7d4542bb2cf16416f2
linux-user: arm: no tb_flush on reset

When running automoc4 as linux-user guest program, it segfaults right after
it creates a thread. Bisecting pointed to commit a84fac1426 which introduces
tb_flush on reset.

So something in our thread creation is broken. But for now, let's revert the
change to at least get a working build again.
target-arm/cpu.c