diff options
| author | Max Filippov <jcmvbkbc@gmail.com> | 2013-02-25 10:01:33 -0500 |
|---|---|---|
| committer | Chris Zankel <chris@zankel.net> | 2013-05-09 04:07:09 -0400 |
| commit | 74f5bf029ee052e3d845672728e80b7240d14f09 (patch) | |
| tree | 72255cba6a63fcf4aae89c5c3b1b3a4c3ec39e30 /arch/xtensa/kernel | |
| parent | c1be5a5b1b355d40e6cf79cc979eb66dafa24ad1 (diff) | |
xtensa: fix oprofile building as module
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/kernel')
| -rw-r--r-- | arch/xtensa/kernel/xtensa_ksyms.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/xtensa/kernel/xtensa_ksyms.c b/arch/xtensa/kernel/xtensa_ksyms.c index afe058b24e6e..42c53c87c204 100644 --- a/arch/xtensa/kernel/xtensa_ksyms.c +++ b/arch/xtensa/kernel/xtensa_ksyms.c | |||
| @@ -119,3 +119,8 @@ EXPORT_SYMBOL(outsl); | |||
| 119 | EXPORT_SYMBOL(insb); | 119 | EXPORT_SYMBOL(insb); |
| 120 | EXPORT_SYMBOL(insw); | 120 | EXPORT_SYMBOL(insw); |
| 121 | EXPORT_SYMBOL(insl); | 121 | EXPORT_SYMBOL(insl); |
| 122 | |||
| 123 | extern long common_exception_return; | ||
| 124 | extern long _spill_registers; | ||
| 125 | EXPORT_SYMBOL(common_exception_return); | ||
| 126 | EXPORT_SYMBOL(_spill_registers); | ||
