hw/ppc/prep: Remove ifdeffed-out stub of XCSR code
commit7d622ed3ff540f0678a3cca681b8a4a2e72dbc44
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 2 Aug 2018 14:44:28 +0000 (2 15:44 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 21 Aug 2018 04:28:45 +0000 (21 14:28 +1000)
tree5833f13e8ec9e312364e2d12a560308a1a4aa39d
parent82cffa2eb255731b8402e206d0434cc884d99e54
hw/ppc/prep: Remove ifdeffed-out stub of XCSR code

The prep machine has some code which is stubs of accessors
for XCSR registers. This has been disabled via #if 0
since commit b6b8bd1819ff in 2004, and doesn't have any
actual interesting content. It also uses the deprecated
old_mmio accessor functions. Remove it entirely.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/prep.c