]> Git Repo - qemu.git/blobdiff - target-ppc/helper.c
Rename cpu_reset() to cpu_state_reset()
[qemu.git] / target-ppc / helper.c
index 928fbcf3cbe99206ea80a927b63134abd03912f2..f4552e8949760e34103468808df3469b72b5cfcc 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
-#include <stdarg.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <inttypes.h>
 
 #include "cpu.h"
 #include "helper_regs.h"
-#include "qemu-common.h"
 #include "kvm.h"
 #include "kvm_ppc.h"
 #include "cpus.h"
@@ -3142,7 +3136,7 @@ void cpu_dump_rfi (target_ulong RA, target_ulong msr)
              TARGET_FMT_lx "\n", RA, msr);
 }
 
-void cpu_reset(CPUPPCState *env)
+void cpu_state_reset(CPUPPCState *env)
 {
     target_ulong msr;
 
This page took 0.024655 seconds and 4 git commands to generate.