s390x/css: Clean up unnecessary CONFIG_USER_ONLY wrappers
commit6781fc412ef1349740813cbaabe0e86dad39a9be
authorThomas Huth <thuth@linux.vnet.ibm.com>
Wed, 3 Dec 2014 14:38:29 +0000 (3 15:38 +0100)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Mon, 12 Jan 2015 09:14:04 +0000 (12 10:14 +0100)
treef459d460335d4acff163bb2fd2b00c7036b8783c
parentfb85b34da77cba6e255830e7a49447d3c7ef74f0
s390x/css: Clean up unnecessary CONFIG_USER_ONLY wrappers

The css functions are only used from ioinst.c and other files that are
only built for CONFIG_SOFTMMU. So we do not need the dummy wrappers for
the CONFIG_USER_ONLY target in the cpu.h header.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Reviewed-by: Jason J. Herne <jjherne@us.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
target-s390x/cpu.h