projects
/
linux-2.6.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fc3f2c22f2b89dfc4419c509304b6e699b04db01
[linux-2.6.git]
/
arch
/
m68k
/
include
/
asm
/
processor.h
1
#ifdef __uClinux__
2
#include "processor_no.h"
3
#else
4
#include "processor_mm.h"
5
#endif