repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
arch
/
m68k
/
kernel
/
entry.S
blob
b8daf64e347de81443488a007658ac057f17f56e
1
#if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
2
#include "entry_mm.S"
3
#else
4
#include "entry_no.S"
5
#endif