commit | 1880d93b80acc3171850e9df5048bcb26b75c2f5 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Sat Mar 07 00:44:09 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Sat Mar 07 00:44:09 2009 +0900 |
tree | e7b564cabf70ef4d711b71ebf0634536ca5a9e15 | |
parent | 6b19b0c2400437a3c10059ede0e59b517092e1bd [diff] |
percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free() Impact: code reorganization for later changes With static map handling moved to pcpu_split_block(), pcpu_realloc() only clutters the code and it's also unsuitable for scheduled locking changes. Implement and use pcpu_mem_alloc/free() instead. Signed-off-by: Tejun Heo <tj@kernel.org>