sys/times.h: Mark times() static inline
authorMatt Fleming <matt.fleming@linux.intel.com>
Thu, 17 Feb 2011 22:03:27 +0000 (22:03 +0000)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 17 Feb 2011 23:59:53 +0000 (15:59 -0800)
commitd3c3e191b8e2515422d7e38d2fcc8df05d1faff7
tree39b493462b736c319aafcec5eaefea07e647dc61
parenta7ded880aa0f475ba6fdf1f70db690d1ccf9e31d
sys/times.h: Mark times() static inline

As times() is just an accessor function for accessing __ms_timer it's
worth marking it as static inline so that we don't incur any function
call overhead just for accessing a symbol.

Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
com32/include/sys/times.h
com32/lib/sys/times.c [deleted file]