Re: [PATCH 1/1 v2] powerpc: hugetlb pgtable cache access cleanup

2008-11-04 Thread Andrew Morton
On Thu, 30 Oct 2008 17:03:57 -0500 Jon Tollefson <[EMAIL PROTECTED]> wrote: > It was suggested by Andrew that using a macro that made an array > look like a function call made it harder to understand the code. > Cleaned up use of macro. We now reference the pgtable_cache array > directly instead

[PATCH 1/1 v2] powerpc: hugetlb pgtable cache access cleanup

2008-10-30 Thread Jon Tollefson
It was suggested by Andrew that using a macro that made an array look like a function call made it harder to understand the code. Cleaned up use of macro. We now reference the pgtable_cache array directly instead of using a macro. Signed-off-by: Jon Tollefson <[EMAIL PROTECTED]> Cc: Nick Piggi