lib/axmap: Inline ulog64()
authorBart Van Assche <bart.vanassche@wdc.com>
Wed, 22 Aug 2018 20:35:19 +0000 (13:35 -0700)
committerBart Van Assche <bvanassche@acm.org>
Thu, 23 Aug 2018 01:59:24 +0000 (18:59 -0700)
commita1a4ab815fe74ba54086b92206cf632b6c3aba4c
tree578568fc5b7c0ce26b028cf67ba82714a655c22d
parentc71430182a39fdf358d161ac2d0e01eb4ac285ce
lib/axmap: Inline ulog64()

Since the function ulog64() only has one caller and since it can be
replaced by a single closed-form expression, inline that function.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
lib/axmap.c