Peter Maydell c4241c7d38 target-arm: Drop success/fail return from cpreg read and write functions
All cpreg read and write functions now return 0, so we can clean up
their prototypes:
 * write functions return void
 * read functions return the value rather than taking a pointer
   to write the value to

This is a fairly mechanical change which makes only the bare
minimum set of changes to the callers of read and write functions.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
2014-02-20 10:35:54 +00:00
..
2014-02-02 22:09:16 +05:30
2014-01-20 12:17:20 +01:00
2014-01-31 22:05:03 +01:00
2014-02-15 16:10:25 +04:00
2014-02-13 15:02:04 +00:00
2013-12-24 18:02:18 +01:00
2014-02-03 14:04:00 +00:00
2014-02-13 15:02:04 +00:00
2014-02-11 11:26:36 +00:00
2014-02-13 15:02:04 +00:00
2014-02-13 14:52:06 +00:00
2014-02-14 13:04:56 +01:00