• Nicolas Pitre's avatar
    [ARM PATCH] 2087/1: fix issues with PXA irq code · 07e1a32f
    Nicolas Pitre authored
    Patch from Nicolas Pitre
    
    - Don't chain assignment to volatile registers.
      Doing otherwise generates extra needless code to reload the value
      for the next assignment.
    
    - Don't touch PXA27x registers on a PXA25x build.
      (spotted by Ian Campbell)
    
    Signed-off-by: Nicolas Pitre 
    07e1a32f
irq.c 6.41 KB