Skip to content
Snippets Groups Projects
Commit 80878d6c authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Add setup_mm_for_reboot() for nommu


Add an empty setup_mm_for_reboot() function for nommu machines.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 0c668984
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,13 @@ void __init paging_init(struct meminfo *mi, struct machine_desc *mdesc)
bootmem_init(mi);
}
/*
* We don't need to do anything here for nommu machines.
*/
void setup_mm_for_reboot(char mode)
{
}
void flush_dcache_page(struct page *page)
{
__cpuc_flush_dcache_page(page_address(page));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment