fbcon: uninline four foo_update_attr() functions
This patch uninlines four similar functions, foo_update_attr(), in four fbcon-related files. These functions contain loops, two of theam have _nested_ loops, and they have more than one callsite each. I think they should not be inlined. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
da909ce4c0
commit
26c5be3c75
@@ -22,7 +22,7 @@
|
||||
/*
|
||||
* Accelerated handlers.
|
||||
*/
|
||||
static inline void update_attr(u8 *dst, u8 *src, int attribute,
|
||||
static void update_attr(u8 *dst, u8 *src, int attribute,
|
||||
struct vc_data *vc)
|
||||
{
|
||||
int i, offset = (vc->vc_font.height < 10) ? 1 : 2;
|
||||
|
Reference in New Issue
Block a user