eOn Fri, Feb 24, 2017 at 10:57:19AM +0100, Jonas Bonn wrote:
On 02/24/2017 05:32 AM, Stafford Horne wrote:It still happens before the MMUs are enabled, the patch only refactors the code
From: Stefan Kristiansson <stefan.kristiansson@xxxxxxxxxxxxx>This patch confuses me. The TLB flush is moved to a point after MMU's are
This brings it inline with the other setup oprations done like the cache
enables _ic_enable and _dc_enable. Also, this is going to make it
easier to initialize additional cpu's when smp is introduced.
enabled. The TLB flush should happen before enabling the MMU, shouldn't it?
out into a function that is called from the place where it was open coded
before.
Stefan