mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +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> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
parent
6e1eb66b0a
commit
f37b4f254f
|
|
@ -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