]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: ensure C page table setup code follows assembly code (part II)
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 2 Jun 2014 08:29:37 +0000 (09:29 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 2 Jun 2014 11:52:43 +0000 (12:52 +0100)
commit7e2049b2281c1bec16744d91f68e4c4f11e13ff1
treedf44deaa7b2a774dcde2495c3b78eb9c948f95bd
parentbe5e55b46edde747ce9b50f3fcb956df77703e3a
ARM: ensure C page table setup code follows assembly code (part II)

This does the same as the previous commit, but for the S bit, which also
needs to match the initial value which the assembly code used for the
same reasons.  Again, we add a check for SMP to ensure that the page
tables are correctly setup for SMP.

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