Re: [PATCH v2] arch/tile: support multiple huge page sizes dynamically
From: Hillf Danton
Date: Sat Mar 31 2012 - 10:04:34 EST
On Sat, Mar 31, 2012 at 3:37 AM, Chris Metcalf <cmetcalf@xxxxxxxxxx> wrote:
>
> Signed-off-by: Chris Metcalf <cmetcalf@xxxxxxxxxx>
> ---
> This change incorporates Hillf Danton's suggestion to not use a
> macro for arch_make_huge_pte() but instead use the standard hugetlb
> model of providing an empty inline function for every other platform.
>
Oh my god.
First my bad, no clear comment provided:(
What I meant actually is to add something in
include/asm-generic/pgtable.h
#ifndef __HAVE_ARCH_FOO_BAR
the_default_foo_bar()
{
}
#endif
or it is too hard to add default foo_bar for each arch involved.
Say sorry again
Hillf
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/