Skip to content

Commit

Permalink
[LIB]: Drop the pcounter itself.
Browse files Browse the repository at this point in the history
The knock-out. The pcounter abstraction is not used any longer in the
kernel.

Not sure whether this should go via netdev tree, but as far as I
remember it was added via this one, and besides Eric thinks that
Andrew shouldn't mind this.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Mar 28, 2008
1 parent bdcde3d commit 095d911
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 133 deletions.
74 changes: 0 additions & 74 deletions include/linux/pcounter.h

This file was deleted.

1 change: 0 additions & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ obj-$(CONFIG_TEXTSEARCH_KMP) += ts_kmp.o
obj-$(CONFIG_TEXTSEARCH_BM) += ts_bm.o
obj-$(CONFIG_TEXTSEARCH_FSM) += ts_fsm.o
obj-$(CONFIG_SMP) += percpu_counter.o
obj-$(CONFIG_SMP) += pcounter.o
obj-$(CONFIG_AUDIT_GENERIC) += audit.o

obj-$(CONFIG_SWIOTLB) += swiotlb.o
Expand Down
58 changes: 0 additions & 58 deletions lib/pcounter.c

This file was deleted.

0 comments on commit 095d911

Please sign in to comment.