projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
m68k: merge the mmu and non-mmu versions of bug.h
[linux-2.6]
/
arch
/
m68k
/
include
/
asm
/
tlbflush.h
1
#ifdef __uClinux__
2
#include "tlbflush_no.h"
3
#else
4
#include "tlbflush_mm.h"
5
#endif