diff options
author | David Howells <dhowells@redhat.com> | 2008-07-04 09:59:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-04 10:40:07 -0700 |
commit | fc26361ef0fbcad0406475fc6006fa4f09e60dce (patch) | |
tree | 26c8b01954156e5fae34acb281093cc815e56edc /arch/mn10300/lib/Makefile | |
parent | 7fc7228c0be9007f0e6a32c8a8ae340ea6246056 (diff) | |
download | op-kernel-dev-fc26361ef0fbcad0406475fc6006fa4f09e60dce.zip op-kernel-dev-fc26361ef0fbcad0406475fc6006fa4f09e60dce.tar.gz |
mn10300: provide __ucmpdi2() for MN10300
Provide __ucmpdi2() for MN10300 so that allmodconfig can be built.
Signed-off-by: David Howells <dhowells@redhat.com>
Cc: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mn10300/lib/Makefile')
-rw-r--r-- | arch/mn10300/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/lib/Makefile b/arch/mn10300/lib/Makefile index fdfa9ec..0cd2346 100644 --- a/arch/mn10300/lib/Makefile +++ b/arch/mn10300/lib/Makefile @@ -4,4 +4,4 @@ lib-y = delay.o usercopy.o checksum.o bitops.o memcpy.o memmove.o memset.o lib-y += do_csum.o -lib-y += __ashldi3.o __ashrdi3.o __lshrdi3.o negdi2.o +lib-y += __ashldi3.o __ashrdi3.o __lshrdi3.o negdi2.o __ucmpdi2.o |