Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36674
b: refs/heads/master
c: 80878d6
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Sep 27, 2006
1 parent 9e38dc7 commit 9d749a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c668984ddff94f800b37f244d7b21074b04b971
refs/heads/master: 80878d6c4ab8611a0edf139a7f8a7a64860b87c9
7 changes: 7 additions & 0 deletions trunk/arch/arm/mm/nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 9d749a0

Please sign in to comment.