1 #include <linux/module.h>
5 word_type
__cmpdi2(long long a
, long long b
)
14 if (au
.s
.high
< bu
.s
.high
)
16 else if (au
.s
.high
> bu
.s
.high
)
19 if ((unsigned int) au
.s
.low
< (unsigned int) bu
.s
.low
)
21 else if ((unsigned int) au
.s
.low
> (unsigned int) bu
.s
.low
)
27 EXPORT_SYMBOL(__cmpdi2
);