]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: add comments to the early page table remap code
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 29 Jul 2014 08:27:13 +0000 (09:27 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 2 Aug 2014 07:51:55 +0000 (08:51 +0100)
commitec4242509b61f11227031ad8f6242c8c3d64f7d3
treee805359f9252e9c51373e98c876e539f195d7b95
parent749668e2c381972d8cbded7d2fdec12eb9c183c4
ARM: add comments to the early page table remap code

Add further comments to the early page table remap code to explain what
the code is doing, why it is doing it, but more importantly to explain
that the code is not architecturally compliant and is squarely in
"UNPREDICTABLE" behaviour territory.

Add a warning and tainting of the kernel too.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/mmu.c