commit | 67e14d391610f7a30195d8e7a2b1ffb36744f013 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Feb 14 13:50:24 2018 +0200 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Wed Feb 14 15:44:04 2018 +0200 |
tree | af4922b56aac9e26190734ee4b9e983567cf3603 | |
parent | 0aef9030e41fbbff6f39d0d4237a1130f35d3aec [diff] |
net: buf: Use __noinit where possible Static variables that don't strictly need to be initialized at boottime should be declared with __noinit. This makes a considerable difference especially for large buffers. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>