mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
Use full 36-bit physical address space on SS10
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2830 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
36ddb83bd8
commit
5dcb6b914e
18 changed files with 204 additions and 129 deletions
2
exec.c
2
exec.c
|
|
@ -64,6 +64,8 @@
|
|||
|
||||
#if defined(TARGET_SPARC64)
|
||||
#define TARGET_PHYS_ADDR_SPACE_BITS 41
|
||||
#elif defined(TARGET_SPARC)
|
||||
#define TARGET_PHYS_ADDR_SPACE_BITS 36
|
||||
#elif defined(TARGET_ALPHA)
|
||||
#define TARGET_PHYS_ADDR_SPACE_BITS 42
|
||||
#define TARGET_VIRT_ADDR_SPACE_BITS 42
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue