Simplify MIPS CPU detection
authorSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 27 Jun 2012 18:14:54 +0000 (14:14 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 7 Jul 2012 05:09:23 +0000 (01:09 -0400)
commit8b795a9c17aa25328b9c76b949d319bb578d5f1e
tree6e6793aeff992a2154a3f6a3dd59a39d72db9857
parent16502dd3ae3bf1d49faf1de533bd58013e168e64
Simplify MIPS CPU detection

There is no reason to have pixman_have_<feature> functions when all
they do is call pixman_have_mips_feature().

Instead rename pixman_have_mips_feature() to have_feature() and call
it directly from _pixman_mips_get_implementations(). Also on
non-Linux, just make have_feature() return FALSE.
pixman/pixman-mips.c