Re: [RFC PATCHv3 03/11] percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_START

2014-01-11 Thread Tejun Heo
On Thu, Jan 02, 2014 at 01:53:21PM -0800, Laura Abbott wrote: > vmalloc already gives a useful macro to calculate the total vmalloc > size. Use it. > > Signed-off-by: Laura Abbott Applied to percpu/for-3.14. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-k

[RFC PATCHv3 03/11] percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_START

2014-01-02 Thread Laura Abbott
vmalloc already gives a useful macro to calculate the total vmalloc size. Use it. Signed-off-by: Laura Abbott --- mm/percpu.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/percpu.c b/mm/percpu.c index 0d10def..afbf352 100644 --- a/mm/percpu.c +++ b/mm/percpu.c @@