]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm64: mm: drop fixup_init() and mm.h
authorKefeng Wang <wangkefeng.wang@huawei.com>
Mon, 5 Sep 2016 11:30:22 +0000 (19:30 +0800)
committerWill Deacon <will.deacon@arm.com>
Tue, 6 Sep 2016 18:09:38 +0000 (19:09 +0100)
commitdae8c235d9a21a564793ea9fe716233e11d30e21
treee2e46d253d4911af43cfd1d9b75a95ef3f78b395
parent282b87963556a971f9acbe3d430991b80480541a
arm64: mm: drop fixup_init() and mm.h

There is only fixup_init() in mm.h , and it is only called
in free_initmem(), so move the codes from fixup_init() into
free_initmem(), then drop fixup_init() and mm.h.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/flush.c
arch/arm64/mm/init.c
arch/arm64/mm/mm.h [deleted file]
arch/arm64/mm/mmu.c
arch/arm64/mm/pgd.c