commit | 03c36e0be1fa64dd248741dc21af2db28e70c186 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jan 10 15:18:35 2018 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jan 10 15:18:35 2018 +0100 |
tree | d87ce6679491c916bb1d88190389f121e2d9d484 | |
parent | f2539c78d2e507150dea06e8702c5ab8713d2b49 [diff] [blame] |
ash: ALWAYS_INLINE grabstackblock() function old new delta grabstackblock 5 - -5 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/shell/ash.c b/shell/ash.c index a7f330c..8c0f3bd 100644 --- a/shell/ash.c +++ b/shell/ash.c
@@ -1532,7 +1532,7 @@ return memcpy(stalloc(len), p, len); } -static inline void +static ALWAYS_INLINE void grabstackblock(size_t len) { stalloc(len);