Skip to content
  • Philippe Gerum's avatar
    ipipe: timer: do not interpose on undefined handlers · 76083c40
    Philippe Gerum authored
    There is no point in interposing on clock chip handlers for which
    there was no support originally. In some cases (oneshot_stopped), we
    may even get a kernel fault, jumping to a NULL address.
    
    Interpose on non-NULL original handlers only.
    76083c40