~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/tile/lib/exports.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
EXPORT_SYMBOL(strnlen_user_asm);
30
30
EXPORT_SYMBOL(strncpy_from_user_asm);
31
31
EXPORT_SYMBOL(clear_user_asm);
 
32
EXPORT_SYMBOL(flush_user_asm);
 
33
EXPORT_SYMBOL(inv_user_asm);
 
34
EXPORT_SYMBOL(finv_user_asm);
32
35
 
33
36
/* arch/tile/kernel/entry.S */
34
37
#include <linux/kernel.h>
45
48
EXPORT_SYMBOL(__copy_in_user_inatomic);
46
49
#endif
47
50
 
48
 
/* arch/tile/lib/mb_incoherent.S */
49
 
EXPORT_SYMBOL(__mb_incoherent);
50
 
 
51
51
/* hypervisor glue */
52
52
#include <hv/hypervisor.h>
53
53
EXPORT_SYMBOL(hv_dev_open);
85
85
EXPORT_SYMBOL(__muldi3);
86
86
uint64_t __lshrdi3(uint64_t, unsigned int);
87
87
EXPORT_SYMBOL(__lshrdi3);
 
88
uint64_t __ashrdi3(uint64_t, unsigned int);
 
89
EXPORT_SYMBOL(__ashrdi3);
 
90
uint64_t __ashldi3(uint64_t, unsigned int);
 
91
EXPORT_SYMBOL(__ashldi3);
88
92
#endif