Tinny Patch - 2

Marcin Dalecki (dalecki@sub994.sub.uni-goettingen.de)
Thu, 25 Sep 1997 12:38:40 +0200 (MET DST)


And here is just another tinny memmory saver, which will of course
apply cleanly to 2.1.56 too. As I hope: it speaks for itself...
I just don't like dead zombi code. But I like code quality.

Please apply it before to the next kernel release.

Many thank's in advance.

============================START OF PATCH================================
diff -urN linux-2.1.53/arch/i386/lib/Makefile linux/arch/i386/lib/Makefile
--- linux-2.1.53/arch/i386/lib/Makefile Sun Jan 26 11:07:05 1997
+++ linux/arch/i386/lib/Makefile Sat Aug 23 20:24:30 1997
@@ -11,6 +11,10 @@
endif

L_TARGET = lib.a
-L_OBJS = checksum.o semaphore.o locks.o
+L_OBJS = checksum.o semaphore.o
+
+ifdef SMP
+L_OBJS += locks.o
+endif
============================END OF PATCH==================================

Marcin