]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r312001:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 3 Feb 2017 16:36:14 +0000 (16:36 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 3 Feb 2017 16:36:14 +0000 (16:36 +0000)
commitffb87b4e418054d794376cae0a84a18fb48afa67
tree3ab048c9fa1b5444c6e2a4ad25774898e6a94fb6
parentab5f3a704f92c9fa378098294c8b63c2c307b3d4
MFC r312001:
Remove __nonnull() attributes from x86 machine check architecture.

In this case the attributes serve little purpose as they just don't
enforce run time checks, If anything the attributes would cause NULL pointer
checks to be ignored but there are no such checks so the only effect is
cosmetic.

Reviewed by: jhb, avg

git-svn-id: svn://svn.freebsd.org/base/stable/10@313165 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/x86/x86/mca.c