diff options
| author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-19 12:58:30 +0000 |
|---|---|---|
| committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-19 12:58:30 +0000 |
| commit | 5dcb6b914e5b99b64243477a23aea7e2a9852d17 (patch) | |
| tree | cb2627ac298e49f72e2cd6749c01eb5713e6150d /exec.c | |
| parent | 36ddb83bd8fcb587e5d3b759543a13680e6836fb (diff) | |
| download | focaccia-qemu-5dcb6b914e5b99b64243477a23aea7e2a9852d17.tar.gz focaccia-qemu-5dcb6b914e5b99b64243477a23aea7e2a9852d17.zip | |
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
Diffstat (limited to 'exec.c')
| -rw-r--r-- | exec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exec.c b/exec.c index bf2d82b9f4..1d94ec12e8 100644 --- a/exec.c +++ b/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 |