]> git.proxmox.com Git - qemu.git/commit - target-unicore32/cpu.h
Move cpu_has_work and cpu_pc_from_tb to cpu.h
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 21 May 2011 07:10:23 +0000 (07:10 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 26 Jun 2011 18:25:31 +0000 (18:25 +0000)
commitf081c76ccfdbc1fdaa90fa5eb6abad46c1b5bfa8
tree189b8a7a36be8eb52b8704c940b6ef328c18005b
parentf3e270377acd074f62e08960ef9444adf67d3590
Move cpu_has_work and cpu_pc_from_tb to cpu.h

Move functions cpu_has_work() and cpu_pc_from_tb() from exec.h to cpu.h. This is
needed by later patches.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
28 files changed:
exec-all.h
target-alpha/cpu.h
target-alpha/exec.h
target-arm/cpu.h
target-arm/exec.h
target-cris/cpu.h
target-cris/exec.h
target-i386/cpu.h
target-i386/exec.h
target-lm32/cpu.h
target-lm32/exec.h
target-m68k/cpu.h
target-m68k/exec.h
target-microblaze/cpu.h
target-microblaze/exec.h
target-mips/cpu.h
target-mips/exec.h
target-ppc/cpu.h
target-ppc/exec.h
target-s390x/cpu.h
target-s390x/exec.h
target-sh4/cpu.h
target-sh4/exec.h
target-sparc/cpu.h
target-sparc/exec.h
target-unicore32/cpu.h
target-unicore32/exec.h
xen-mapcache-stub.c