target-arm: linux-user: no tb_flush on reset
authorAlexander Graf <agraf@suse.de>
Tue, 29 May 2012 13:30:01 +0000 (15:30 +0200)
committerChanho Park <parkch98@gmail.com>
Tue, 9 Sep 2014 02:32:50 +0000 (11:32 +0900)
commit9e710d4396556a259801a3c7198b2e42ae0e7ce1
treedaef9935e98aa7260c88b4e004072f6ad3d2070e
parent1c1c92201414a8e76815dc3253ef0bb791d3dd03
target-arm: linux-user: 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.

[AF: Rebased, fixed typo]
target-arm/cpu.c