targphys.h: Don't define target_phys_addr_t for user-mode emulators
commit301592ea6f9c23d233fadc73124301d1305af13c
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 12 Oct 2012 17:59:44 +0000 (12 18:59 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 19 Oct 2012 08:31:51 +0000 (19 10:31 +0200)
tree423941d7a03efad6fd29828cb3fb764f8bc4c3ec
parentfe3e7f2dc05225cdd2ba40defcd4e2581bebc5e0
targphys.h: Don't define target_phys_addr_t for user-mode emulators

Commit 4be403c accidentally defined the target_phys_addr_t type when
building user-mode emulators. Since the type doesn't really make
any sense except for system emulators, avoid defining it when building
in user mode.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
targphys.h