mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + fbcon-deinline-large-static-function-get_color.patch added to -mm tree
@ 2010-06-23 20:01 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2010-06-23 20:01 UTC (permalink / raw)
  To: mm-commits; +Cc: vda.linux


The patch titled
     fbcon: uninline large static function get_color()
has been added to the -mm tree.  Its filename is
     fbcon-deinline-large-static-function-get_color.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: fbcon: uninline large static function get_color()
From: Denys Vlasenko <vda.linux@googlemail.com>

This function's body is good two screenfuls and it has six callsites.  No
apparent reason why it is marked inline.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/video/console/fbcon.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/video/console/fbcon.c~fbcon-deinline-large-static-function-get_color drivers/video/console/fbcon.c
--- a/drivers/video/console/fbcon.c~fbcon-deinline-large-static-function-get_color
+++ a/drivers/video/console/fbcon.c
@@ -287,7 +287,7 @@ static inline int fbcon_is_inactive(stru
 		!vt_force_oops_output(vc);
 }
 
-static inline int get_color(struct vc_data *vc, struct fb_info *info,
+static int get_color(struct vc_data *vc, struct fb_info *info,
 	      u16 c, int is_fg)
 {
 	int depth = fb_get_color_depth(&info->var, &info->fix);
_

Patches currently in -mm which might be from vda.linux@googlemail.com are

modpost-support-objects-with-more-than-64k-sections.patch
fbcon-deinline-large-static-function-get_color.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-23 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-23 20:01 + fbcon-deinline-large-static-function-get_color.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).