Much, much better :)

> -static void __meminit phys_pud_init(pud_t *pud_page, unsigned long addr, 
> unsigned long end)
> -{

+static void __meminit phys_pud_init(pud_t *pud_page, ulong addr, ulong end)

If somebody have *strong* objections, please say so.

[]
> @@ -737,7 +750,7 @@ int in_gate_area_no_task(unsigned long addr)
>  void * __init alloc_bootmem_high_node(pg_data_t *pgdat, unsigned long size)
>  {
>       return __alloc_bootmem_core(pgdat->bdata, size,
> -                     SMP_CACHE_BYTES, (4UL*1024*1024*1024), 0);
> +                                 SMP_CACHE_BYTES, (4UL*1024*1024*1024), 0);
>  }

Maybe just?

+       return __alloc_bootmem_core(pgdat->bdata, size, SMP_CACHE_BYTES, 1UL << 
32, 0);

(87 is alright sometimes)
_____
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to