File tree Expand file tree Collapse file tree 4 files changed +4
-50
lines changed Expand file tree Collapse file tree 4 files changed +4
-50
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ config SPARC32
57
57
select CLZ_TAB
58
58
select DMA_DIRECT_REMAP
59
59
select GENERIC_ATOMIC64
60
+ select GENERIC_LIB_CMPDI2
61
+ select GENERIC_LIB_UCMPDI2
60
62
select HAVE_UID16
61
63
select LOCK_MM_AND_FIND_VMA
62
64
select OLD_SIGACTION
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ lib-$(CONFIG_SPARC32) += divdi3.o udivdi3.o
14
14
lib-$(CONFIG_SPARC32) += copy_user.o locks.o
15
15
lib-$(CONFIG_SPARC64) += atomic_64.o
16
16
lib-$(CONFIG_SPARC32) += lshrdi3.o ashldi3.o
17
- lib-$(CONFIG_SPARC32) += muldi3.o bitext.o cmpdi2.o
17
+ lib-$(CONFIG_SPARC32) += muldi3.o bitext.o
18
18
lib-$(CONFIG_SPARC64) += multi3.o
19
19
lib-$(CONFIG_SPARC64) += fls.o
20
20
lib-$(CONFIG_SPARC64) += fls64.o
@@ -51,5 +51,5 @@ lib-$(CONFIG_SPARC64) += copy_in_user.o memmove.o
51
51
lib-$(CONFIG_SPARC64) += mcount.o ipcsum.o xor.o hweight.o ffs.o
52
52
53
53
obj-$(CONFIG_SPARC64) += iomap.o
54
- obj-$(CONFIG_SPARC32) += atomic32.o ucmpdi2.o
54
+ obj-$(CONFIG_SPARC32) += atomic32.o
55
55
obj-$(CONFIG_SPARC64) += PeeCeeI.o
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments