Files
ubports_kernel_google_msm/drivers/net
Denys Vlasenko a8d06342ba sb1000.c: stop inlining largish static functions
drivers/net/sb1000.c has lots of inlined static functions.

Mst of them are used at initialization, wait for some
hardware register to change (wait using yield, sleep etc),
or do slow port-based I/O. Inlining thse "for speed" makes no sense.

This patch removes "inline" from biggest static function
(regardless of number of callsites - gcc nowadays auto-inlines
statics with one callsite).

Size difference for 32bit x86:

text   data    bss    dec    hex filename
6299    129      0   6428   191c linux-2.6-ALLYES/drivers/net/sb1000.o
5418    129      0   5547   15ab linux-2.6.inline-ALLYES/drivers/net/sb1000.o

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-04-16 20:41:43 -04:00
..
2008-01-28 15:10:29 -08:00
2008-03-26 00:17:52 -04:00
2008-03-25 23:16:03 -04:00
2008-02-03 15:42:53 +02:00
2008-03-28 22:14:53 -04:00
2008-01-28 15:10:31 -08:00
2008-04-16 20:41:43 -04:00
2008-03-26 00:18:44 -04:00
2008-03-17 08:11:03 -04:00
2008-01-28 15:07:12 -08:00
2008-01-28 15:07:12 -08:00
2008-03-26 00:18:43 -04:00
2008-03-22 18:33:28 -07:00
2008-01-28 15:07:12 -08:00
2008-03-26 00:18:43 -04:00
2008-03-25 23:42:07 -04:00
2008-01-31 19:27:17 -08:00
2008-01-31 19:27:17 -08:00
2008-02-23 19:49:48 -08:00
2008-02-28 11:51:50 -08:00
2008-02-28 11:51:50 -08:00
2008-02-28 11:57:55 -08:00
2008-03-26 00:18:43 -04:00
2008-02-01 20:54:03 +11:00
2008-03-30 14:20:24 -07:00
2008-03-25 23:16:05 -04:00
2008-01-28 15:07:59 -08:00
2008-03-05 18:51:19 -08:00
2008-04-16 20:06:50 -04:00
2008-04-16 20:06:50 -04:00
2008-01-28 15:07:12 -08:00
2008-02-03 04:26:12 -08:00
2008-03-17 08:11:41 -04:00
2008-04-16 20:06:50 -04:00
2008-01-28 15:07:12 -08:00
2008-01-28 15:07:12 -08:00
2008-02-03 04:28:10 -08:00
2008-04-16 20:06:49 -04:00
2008-03-26 00:18:43 -04:00
2008-03-17 07:56:33 -04:00
2008-03-26 00:18:04 -04:00
2008-03-26 00:18:00 -04:00
2008-01-28 15:07:56 -08:00
2008-02-11 10:28:31 -05:00
2008-01-28 15:11:27 -08:00
2008-01-28 15:11:27 -08:00
2008-01-28 15:11:27 -08:00
2008-01-28 15:08:00 -08:00
2008-03-17 07:56:27 -04:00
2008-04-16 20:41:35 -04:00
2008-02-24 00:07:39 -05:00
2008-01-28 15:11:27 -08:00
2008-04-16 20:06:50 -04:00
2008-02-03 04:26:15 -08:00
2008-03-23 03:35:12 -07:00
2008-01-28 15:07:10 -08:00
2008-01-28 15:07:12 -08:00
2008-01-28 15:07:09 -08:00
2008-02-03 04:26:14 -08:00
2008-04-16 20:06:50 -04:00
2008-04-12 18:30:58 -07:00
2008-04-03 21:44:44 -07:00
2008-02-11 14:47:29 -05:00
2008-02-09 23:40:34 -08:00
2008-01-28 15:07:12 -08:00
2008-03-28 22:14:49 -04:00