]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: nommu: Implement dummy early_paging_init()
authorThierry Reding <treding@nvidia.com>
Mon, 21 Oct 2013 15:26:20 +0000 (17:26 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 24 Oct 2013 13:03:01 +0000 (15:03 +0200)
commit7f5ff19d5fd267816279d8aa2e71e4b45eb15cf6
treeb6bad2ed9446eb5bf548bd7191efb7cc0a21c667
parent5bd299abd8a96938727df4925317b65c83511171
ARM: nommu: Implement dummy early_paging_init()

No-MMU configurations currenty fail to build because they are missing
the early_paging_init() symbol.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/mm/nommu.c