cpu-common.h: Remove a pointless ifndef CONFIG_USER_ONLY
commite58998c66d158dea6221e84c2738301ff7a7c434
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Jun 2012 11:30:59 +0000 (22 12:30 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 2 Jul 2012 09:10:07 +0000 (2 10:10 +0100)
tree7255965f0d982849e9660eb2486055976a202a37
parent72aaa6cec44568a8a09f9e233387024dd2807823
cpu-common.h: Remove a pointless ifndef CONFIG_USER_ONLY

Remove an ifndef CONFIG_USER_ONLY guard that was pointless
because it is already inside an if !defined(CONFIG_USER_ONLY).

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