mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 06:24:53 +08:00
5f037ea3b2
The mapping code is odd and looks broken. See FIXME in the comment. Also fix the harmless off by one in the FIX_KMAP_END define. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Nick Hu <nickhu@andestech.com> Cc: Greentime Hu <green.hu@gmail.com> Cc: Vincent Chen <deanbo422@gmail.com> Cc: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20201103095857.980576055@linutronix.de
11 lines
336 B
Makefile
11 lines
336 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y := extable.o tlb.o fault.o init.o mmap.o \
|
|
mm-nds32.o cacheflush.o proc.o
|
|
|
|
obj-$(CONFIG_ALIGNMENT_TRAP) += alignment.o
|
|
|
|
ifdef CONFIG_FUNCTION_TRACER
|
|
CFLAGS_REMOVE_proc.o = $(CC_FLAGS_FTRACE)
|
|
endif
|
|
CFLAGS_proc.o += -fomit-frame-pointer
|