xref
: /
linux
/
arch
/
m68k
/
kernel
/
process.c
(revision 834f0c353ae430c1a6ce023c9b77bbd3ff9241a7)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifdef
CONFIG_MMU
2
#
include
"
process_mm.c
"
3
#
else
4
#
include
"
process_no.c
"
5
#
endif
6