| commit | 569d08a94053d138d98aa61f36c7d6e3825c0273 | [log] [tgz] |
|---|---|---|
| author | Allan Stephens <allan.stephens@windriver.com> | Thu Jul 07 13:38:36 2016 -0500 |
| committer | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | Fri Jul 08 23:04:39 2016 +0000 |
| tree | 01839f6dcd4a94df7f03fb9bafaf0d51957180c6 | |
| parent | 28c427d6c0e2f3bd7100032904f58e9f39eb81de [diff] |
kernel: Eliminate unused memory pool structure field Eliminates the memory pool field indicating the size of the pool's memory buffer, since it isn't used anywhere. (Anyway, it could be computed by multiplying the maximum block size by the number of maximum-sized blocks.) Change-Id: Ia11554bdc2b246a1ba0ea33f05c5e6ce6a32ca13 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>