Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24191
b: refs/heads/master
c: 2d78d4b
h: refs/heads/master
i:
  24189: dc1c230
  24187: 8ddd791
  24183: 760522a
  24175: 3c2a574
  24159: 218491b
  24127: 3995140
  24063: d2bd304
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Mar 26, 2006
1 parent e727054 commit ab7fad1
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 340 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d59288b75797fd982546aee7ba24a495dee128dd
refs/heads/master: 2d78d4beb64eb07d50665432867971c481192ebf
8 changes: 8 additions & 0 deletions trunk/arch/sparc64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ config RWSEM_XCHGADD_ALGORITHM
bool
default y

config GENERIC_FIND_NEXT_BIT
bool
default y

config GENERIC_HWEIGHT
bool
default y if !ULTRA_HAS_POPULATION_COUNT

config GENERIC_CALIBRATE_DELAY
bool
default y
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/sparc64/kernel/sparc64_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,6 @@ EXPORT_SYMBOL(set_bit);
EXPORT_SYMBOL(clear_bit);
EXPORT_SYMBOL(change_bit);

/* Bit searching */
EXPORT_SYMBOL(find_next_bit);
EXPORT_SYMBOL(find_next_zero_bit);
EXPORT_SYMBOL(find_next_zero_le_bit);

EXPORT_SYMBOL(ivector_table);
EXPORT_SYMBOL(enable_irq);
EXPORT_SYMBOL(disable_irq);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ lib-y := PeeCeeI.o copy_page.o clear_page.o strlen.o strncmp.o \
NGmemcpy.o NGcopy_from_user.o NGcopy_to_user.o NGpatch.o \
NGpage.o NGbzero.o \
copy_in_user.o user_fixup.o memmove.o \
mcount.o ipcsum.o rwsem.o xor.o find_bit.o delay.o
mcount.o ipcsum.o rwsem.o xor.o delay.o

obj-y += iomap.o
127 changes: 0 additions & 127 deletions trunk/arch/sparc64/lib/find_bit.c

This file was deleted.

Loading

0 comments on commit ab7fad1

Please sign in to comment.