util: Make raw_ctz() accept 64-bit integers.
authorBen Pfaff <blp@nicira.com>
Mon, 18 Nov 2013 19:30:38 +0000 (11:30 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 18 Nov 2013 22:35:21 +0000 (14:35 -0800)
commitd43d314e62b9791d1b9c13595a13fd6a851f856e
tree285982ee06656cf0b09b4dfaa8036d84be37ea5a
parentb02e1154658956a0a269652393531d741d23b761
util: Make raw_ctz() accept 64-bit integers.

Having a single function that can do raw_ctz() on any integer type is
easier for callers to get right, and there is no real downside in the
implementation.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
lib/flow.c
lib/match.c
lib/util.c
lib/util.h