mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
s390/char: Enable CONTEXT_ANALYSIS
All character drivers pass clang's compile time context analysis. Therefore enable CONTEXT_ANALYSIS. Reviewed-by: Sven Schnelle <svens@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
parent
707b802e5c
commit
c79e1baef9
|
|
@ -3,6 +3,8 @@
|
|||
# S/390 character devices
|
||||
#
|
||||
|
||||
CONTEXT_ANALYSIS := y
|
||||
|
||||
ifdef CONFIG_FUNCTION_TRACER
|
||||
# Do not trace early setup code
|
||||
CFLAGS_REMOVE_sclp_early_core.o = $(CC_FLAGS_FTRACE)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user