~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to arch/sparc/lib/ksyms.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* string functions */
17
17
EXPORT_SYMBOL(strlen);
18
 
EXPORT_SYMBOL(__strlen_user);
19
 
EXPORT_SYMBOL(__strnlen_user);
20
18
EXPORT_SYMBOL(strncmp);
21
19
 
22
20
/* mem* functions */
33
31
EXPORT_SYMBOL(memmove);
34
32
EXPORT_SYMBOL(__bzero);
35
33
 
36
 
/* Moving data to/from/in userspace. */
37
 
EXPORT_SYMBOL(__strncpy_from_user);
38
 
 
39
34
/* Networking helper routines. */
40
35
EXPORT_SYMBOL(csum_partial);
41
36
 
56
51
extern void (*__copy_1page)(void *, const void *);
57
52
extern void (*bzero_1page)(void *);
58
53
 
59
 
extern int __strncmp(const char *, const char *, __kernel_size_t);
60
 
 
61
54
extern void ___rw_read_enter(void);
62
55
extern void ___rw_read_try(void);
63
56
extern void ___rw_read_exit(void);
64
57
extern void ___rw_write_enter(void);
65
58
 
66
 
/* Alias functions whose names begin with "." and export the aliases.
67
 
 * The module references will be fixed up by module_frob_arch_sections.
68
 
 */
69
 
extern int _Div(int, int);
70
 
extern int _Mul(int, int);
71
 
extern int _Rem(int, int);
72
 
extern unsigned _Udiv(unsigned, unsigned);
73
 
extern unsigned _Umul(unsigned, unsigned);
74
 
extern unsigned _Urem(unsigned, unsigned);
75
 
 
76
59
/* Networking helper routines. */
77
60
EXPORT_SYMBOL(__csum_partial_copy_sparc_generic);
78
61
 
81
64
EXPORT_SYMBOL(__memmove);
82
65
EXPORT_SYMBOL(bzero_1page);
83
66
 
84
 
/* string functions */
85
 
EXPORT_SYMBOL(__strncmp);
86
 
 
87
67
/* Moving data to/from/in userspace. */
88
68
EXPORT_SYMBOL(__copy_user);
89
69
 
100
80
EXPORT_SYMBOL(__lshrdi3);
101
81
EXPORT_SYMBOL(__muldi3);
102
82
EXPORT_SYMBOL(__divdi3);
103
 
 
104
 
EXPORT_SYMBOL(_Rem);
105
 
EXPORT_SYMBOL(_Urem);
106
 
EXPORT_SYMBOL(_Mul);
107
 
EXPORT_SYMBOL(_Umul);
108
 
EXPORT_SYMBOL(_Div);
109
 
EXPORT_SYMBOL(_Udiv);
110
83
#endif
111
84
 
112
85
/*