]> Git Repo - qemu.git/commit - target-i386/cpu.h
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
authorRichard Henderson <[email protected]>
Wed, 10 Mar 2010 22:33:23 +0000 (14:33 -0800)
committerPaul Brook <[email protected]>
Fri, 12 Mar 2010 16:28:24 +0000 (16:28 +0000)
commit5270589032f450ae7c3448730855aa18ff68ccff
treeb918b07e410db7876c774d5f8c063dae4178497c
parent0aef4261ac0ec9089ade0e3a92f986cb4ba7317e
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.

Removes a set of ifdefs from exec.c.

Introduce TARGET_VIRT_ADDR_SPACE_BITS for all targets other
than Alpha.  This will be used for page_find_alloc, which is
supposed to be using virtual addresses in the first place.

Signed-off-by: Richard Henderson <[email protected]>
12 files changed:
exec.c
target-alpha/cpu.h
target-arm/cpu.h
target-cris/cpu.h
target-i386/cpu.h
target-m68k/cpu.h
target-microblaze/cpu.h
target-mips/mips-defs.h
target-ppc/cpu.h
target-s390x/cpu.h
target-sh4/cpu.h
target-sparc/cpu.h
This page took 0.025977 seconds and 4 git commands to generate.