From: Ilpo Järvinen Date: Sat, 12 Jan 2008 11:25:00 +0000 (-0800) Subject: [PKTGEN]: uninline getCurUs X-Git-Tag: v2.6.25-rc1~1162^2~775 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6db105db95197c0fe93f8b3fb338eb6cf17440b7;hp=56e252c7484c3ebc058f3c22d4a75386b079c49c;p=linux-2.6-omap-h63xx.git [PKTGEN]: uninline getCurUs net/core/pktgen.c: pktgen_stop_device | -50 pktgen_run | -105 pktgen_if_show | -37 pktgen_thread_worker | -702 4 functions changed, 894 bytes removed, diff: -894 net/core/pktgen.c: getCurUs | +36 1 function changed, 36 bytes added, diff: +36 net/core/pktgen.o: 5 functions changed, 36 bytes added, 894 bytes removed, diff: -858 Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- diff --git a/net/core/pktgen.c b/net/core/pktgen.c index ebfb1268ac3..d18fdb10236 100644 --- a/net/core/pktgen.c +++ b/net/core/pktgen.c @@ -405,7 +405,7 @@ static inline __u64 tv_to_us(const struct timeval *tv) return us; } -static inline __u64 getCurUs(void) +static __u64 getCurUs(void) { struct timeval tv; do_gettimeofday(&tv);