commit | 554b0b09aec4579c8164f363b18a263150e91a2c | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Feb 05 13:37:24 2015 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Feb 05 13:37:24 2015 +0000 |
tree | 8965bea70e6d54cd818c63913f479fec79765038 | |
parent | 0480f69abf849ca0d48928cc6c669c1c7264239b [diff] |
target-arm: Reindent ancient page-table-walk code A few of the oldest parts of the page-table-walk code have broken indent (either hardcoded tabs or two-spaces). Reindent these sections. For ease of review, this patch does not touch the brace style and so is a whitespace-only change. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Greg Bellows <greg.bellows@linaro.org> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>