commit | 5270589032f450ae7c3448730855aa18ff68ccff | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Mar 10 14:33:23 2010 -0800 |
committer | Paul Brook <paul@codesourcery.com> | Fri Mar 12 16:28:24 2010 +0000 |
tree | b918b07e410db7876c774d5f8c063dae4178497c | |
parent | 0aef4261ac0ec9089ade0e3a92f986cb4ba7317e [diff] |
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 <rth@twiddle.net>