repo.or.cz
/
linux-2.6
/
linux-mips.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.1-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
[linux-2.6/linux-mips.git]
/
arch
/
s390
/
kernel
/
s390_ksyms.c
blob
57b536649b00de8b8fde8890657a97051181c41f
1
#include <linux/module.h>
2
#include <linux/kvm_host.h>
3
#include <asm/ftrace.h>
4
5
#ifdef CONFIG_FUNCTION_TRACER
6
EXPORT_SYMBOL
(
_mcount
);
7
#endif
8
#if defined(CONFIG_KVM) || defined(CONFIG_KVM_MODULE)
9
EXPORT_SYMBOL
(
sie64a
);
10
#endif