memblock: stop using implicit alignment to SMP_CACHE_BYTES
[linux-2.6-block.git] / arch / xtensa / platforms / iss / network.c
index 190846dddc675747c178a05e781474b93d7f3348..d052712373b660e78cd4234afcc5fabb1917a830 100644 (file)
@@ -646,7 +646,7 @@ static int __init iss_net_setup(char *str)
                return 1;
        }
 
-       new = memblock_alloc(sizeof(*new), 0);
+       new = memblock_alloc(sizeof(*new), SMP_CACHE_BYTES);
        if (new == NULL) {
                pr_err("Alloc_bootmem failed\n");
                return 1;