compiler.h: use the correct symbol to test for __builtin_expect()
commit7294d62040b399c80f7755279fd5b5633d468f34
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 15 Nov 2016 23:53:38 +0000 (15 15:53 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 15 Nov 2016 23:53:38 +0000 (15 15:53 -0800)
tree1415ddabdb7dc9f165a8955d46e91226069fca5c
parent8d4fb26ad4eed40831261f0a37065f944c9dc04d
compiler.h: use the correct symbol to test for __builtin_expect()

__builtin_expect() has leading underscores, they need to be reflected
in the symbol.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
include/compiler.h