OSDN Git Service

intel: Use stdbool.h for dealing with boolean values.
authorEric Anholt <eric@anholt.net>
Fri, 21 Oct 2011 23:53:16 +0000 (16:53 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 28 Oct 2011 19:53:18 +0000 (12:53 -0700)
commit2c2bdb36c5b6bd7f8eac07cf163975b361114fb1
tree62908395f94bf3393f0da2b5b83aed97bbc01eb2
parentcc088f1721eaa5f8f1ba1932723882f92e34c39a
intel: Use stdbool.h for dealing with boolean values.

A few of the bitfield-based booleans are left in place.  Changing them
to "bool" results in the same code size, so I'm erring on the side of
not changing things.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
intel/intel_bufmgr_gem.c