slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN
[deliverable/linux.git] / arch / powerpc / mm / hugetlbpage.c
index 8508f973d9cc69f87112a197573d8863451ba26f..c8814177b7161b11ca65ebd7621f405429dc974b 100644 (file)
@@ -1057,8 +1057,7 @@ static int __init hugetlbpage_init(void)
        huge_pgtable_cache = kmem_cache_create("hugepte_cache",
                                               HUGEPTE_TABLE_SIZE,
                                               HUGEPTE_TABLE_SIZE,
-                                              SLAB_HWCACHE_ALIGN |
-                                              SLAB_MUST_HWCACHE_ALIGN,
+                                              SLAB_HWCACHE_ALIGN,
                                               zero_ctor, NULL);
        if (! huge_pgtable_cache)
                panic("hugetlbpage_init(): could not create hugepte cache\n");
This page took 0.025273 seconds and 5 git commands to generate.