arm64: Do not initialise the fixmap page tables in head.S
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 16 Jul 2014 11:07:17 +0000 (12:07 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 23 Jul 2014 14:27:00 +0000 (15:27 +0100)
The early_ioremap_init() function already handles fixmap pte
initialisation, so upgrade this to cover all of pud/pmd/pte and remove
one page from swapper_pg_dir.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Tested-by: Jungseok Lee <jungseoklee85@gmail.com>

No differences found