nospec: handle CALL_NOSPEC
commit3786fe3cb833ec1b1846b715cc6046524599e27a
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 15 Aug 2018 09:10:53 +0000 (15 12:10 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 15 Aug 2018 09:10:53 +0000 (15 12:10 +0300)
tree5cd6aad033f222a1495451ca35d63f2807e6bcb2
parentcfb0ec01b9e28ff5d94c8b73c2b49a7ade4e3597
nospec: handle CALL_NOSPEC

We call some functions from assembly with the CALL_NOSPEC macro, but smatch
was generating spectre warnings.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_nospec.c