mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
s390/virtio: Enable CONTEXT_ANALYSIS
All virtio code passes clang's compile time context analysis. Therefore enable CONTEXT_ANALYSIS. Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Acked-by: Matthew Rosato <mjrosato@linux.ibm.com> Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
This commit is contained in:
parent
7008546c7b
commit
8dbc99a1c3
|
|
@ -3,4 +3,6 @@
|
|||
#
|
||||
# Copyright IBM Corp. 2008
|
||||
|
||||
CONTEXT_ANALYSIS := y
|
||||
|
||||
obj-$(CONFIG_S390_GUEST) += virtio_ccw.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user