Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233493
b: refs/heads/master
c: 58e9c47
h: refs/heads/master
i:
  233491: ff23232
v: v3
  • Loading branch information
Russell King committed Feb 21, 2011
1 parent fbead20 commit de10115
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 06824ba824b3e9f2fedb38bee79af0643198ed7f
refs/heads/master: 58e9c47fa0dd76693b2c85c010c7430a4de77c6d
3 changes: 3 additions & 0 deletions trunk/arch/arm/include/asm/tlb.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
#ifndef CONFIG_MMU

#include <linux/pagemap.h>

#define tlb_flush(tlb) ((void) tlb)

#include <asm-generic/tlb.h>

#else /* !CONFIG_MMU */
Expand Down
7 changes: 1 addition & 6 deletions trunk/arch/arm/include/asm/tlbflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@
#ifndef _ASMARM_TLBFLUSH_H
#define _ASMARM_TLBFLUSH_H


#ifndef CONFIG_MMU

#define tlb_flush(tlb) ((void) tlb)

#else /* CONFIG_MMU */
#ifdef CONFIG_MMU

#include <asm/glue.h>

Expand Down

0 comments on commit de10115

Please sign in to comment.