repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
arch
/
m68k
/
kernel
/
time.c
blob
75ab79b3bdeb76b7439f0337c30634115c7d7125
1
#if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
2
#include
"time_mm.c"
3
#else
4
#include
"time_no.c"
5
#endif