Merge commit 'v2.6.36-rc3' into x86/memblock
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / kernel / setup_32.c
index 93666f9cabf17fd6c0271332e9f4cb84ded8cd85..b86111fe9257c1ad892dcfd99f04f33d73e6b45c 100644 (file)
@@ -246,7 +246,7 @@ static void __init irqstack_early_init(void)
        unsigned int i;
 
        /* interrupt stacks must be in lowmem, we get that for free on ppc32
-        * as the memblock is limited to lowmem by MEMBLOCK_REAL_LIMIT */
+        * as the memblock is limited to lowmem by default */
        for_each_possible_cpu(i) {
                softirq_ctx[i] = (struct thread_info *)
                        __va(memblock_alloc(THREAD_SIZE, THREAD_SIZE));