mips: move CP0 functions out of cpu.h
commite6623d88f44aae9e9c78276c0cb7bd352283d50a
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Dec 2015 12:49:17 +0000 (15 13:49 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 May 2016 14:42:29 +0000 (19 16:42 +0200)
tree7dea76525aa205e75914f4cffc6132c50911d830
parent27a7ea8a1f351578ce869b41ba1ba662c063fd62
mips: move CP0 functions out of cpu.h

These are here for historical reasons: they are needed from both gdbstub.c
and op_helper.c, and the latter was compiled with fixed AREG0.  It is
not needed anymore, so uninline them.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-mips/cpu.h
target-mips/helper.c