arm: Refactor aarch64 table walk logic to remove redundancy
authorDylan Johnson <Dylan.Johnson@ARM.com>
Tue, 2 Aug 2016 09:38:02 +0000 (10:38 +0100)
committerDylan Johnson <Dylan.Johnson@ARM.com>
Tue, 2 Aug 2016 09:38:02 +0000 (10:38 +0100)
commiteac27759e77edfcb772021be714469f43f2e3b46
tree19aab813bb35fa1ad7cf9a8d18558b3659d3bc2c
parentf9a6f68e0bcb1f7e2a34ad1bbf93515b473b610f
arm: Refactor aarch64 table walk logic to remove redundancy

The functional case is already handled within the fetchDescriptor()
function. We can thus use that function for both atomic and functional
mode when we start the table walk.

Change-Id: Iacaed28cd9024d259fd37a58150efd00ff94d86e
src/arch/arm/table_walker.cc