“bd84f4ae9986ac9acd278566ccb39c60bc961abb”上不存在“drivers/usb/dwc2/params.c”
  • M
    powerpc: Drop return value of smp_ops->probe() · a7f4ee1f
    Michael Ellerman 提交于
    smp_ops->probe() is currently supposed to return the number of cpus in
    the system.
    
    The last actual usage of the value was removed in May 2007 in e147ec8f
    "[POWERPC] Simplify smp_space_timers". We still passed the value around
    until June 2010 when even that was finally removed in c1aa687d
    "powerpc: Clean up obsolete code relating to decrementer and timebase".
    
    So drop that requirement, probe() now returns void, and update all
    implementations.
    Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
    a7f4ee1f
smp.c 3.1 KB