Disable >4G ram support on 32-bit targets
commit8a637d444387bbdb60eff803d321244487521c86
authorPaul Brook <paul@codesourcery.com>
Tue, 19 May 2009 15:05:00 +0000 (19 16:05 +0100)
committerPaul Brook <paul@codesourcery.com>
Tue, 19 May 2009 15:05:00 +0000 (19 16:05 +0100)
tree529106875126fffeb7b0acb9e173cd6f5d0b1ec1
parent909b69cf52f5267a49909c0ac1ece6c09c0d62b5
Disable >4G ram support on 32-bit targets

If the target only has a 32-bit physical address space then
the code to map >4G ram breaks horribly, and causes compiler warnings.

Signed-off-by: Paul Brook <paul@codesourcery.com>
hw/pc.c