repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Full support for Ginger Console
[linux-ginger.git]
/
arch
/
s390
/
kernel
/
s390_ksyms.c
blob
656fcbb9bd83267c3c6a8a509997d8839462914e
1
#include <linux/module.h>
2
#include <asm/ftrace.h>
3
4
#ifdef CONFIG_FUNCTION_TRACER
5
EXPORT_SYMBOL
(
_mcount
);
6
#endif