• Andrew Morton's avatar
    [PATCH] ppc64: Make finish_device_tree use lmb_alloc, not klimit · d6d33678
    Andrew Morton authored
    From: Rusty Russell <rusty@rustcorp.com.au>
    
    finish_device_tree simply allocates nodes by incrementing klimit (ie.  using
    memory on top of the kernel).  Change it to figure out how much memory it
    needs, then use lmb_alloc to allocate that, then fill it in.
    
    This gets rid of the only manipulation of klimit after prom_init.
    d6d33678
prom.c 82.9 KB