]> git.proxmox.com Git - mirror_qemu.git/commit
target-alpha: get rid of tests on env->user_mode_only
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 12 Jan 2009 21:33:22 +0000 (21:33 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 12 Jan 2009 21:33:22 +0000 (21:33 +0000)
commitf48c144e2481e94eba625fd637f5161d090535e5
treefe9b95f1a473bf672e35541987e99b0929340081
parent932e71cd57bab4e6206e1355c6425290721bbe34
target-alpha: get rid of tests on env->user_mode_only

Replace runtime checks on env->user_mode_only by compile time
checks on CONFIG_USER_ONLY.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6277 c046a42c-6fe2-441c-8c8c-71466251a162
hw/alpha_palcode.c