mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
f6a3308d6f
This reverts commit 83af58f806
.
It turns out that at least the assembly implementation for strncpy() was
buggy. Revert the whole commit and return back to the default coding.
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: <stable@vger.kernel.org> # v5.4+
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
10 lines
196 B
Makefile
10 lines
196 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for parisc-specific library files
|
|
#
|
|
|
|
lib-y := lusercopy.o bitops.o checksum.o io.o memset.o memcpy.o \
|
|
ucmpdi2.o delay.o
|
|
|
|
obj-y := iomap.o
|