ash: force inlining of a trivial function

function                                             old     new   delta
bltinlookup                                            5       -      -5

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2017-07-26 23:08:36 +02:00
parent b8c0bc18f0
commit 488e609203

View File

@ -2224,7 +2224,7 @@ reinit_unicode_for_ash(void)
/*
* Search the environment of a builtin command.
*/
static inline const char *
static ALWAYS_INLINE const char *
bltinlookup(const char *name)
{
return lookupvar(name);