Skip to content
  • Ingo Molnar's avatar
    x86: prefetch fix #2 · 3085354d
    Ingo Molnar authored
    
    
    Linus noticed a second bug and an uncleanliness:
    
     - we'd return on any instruction fetch fault
    
     - we'd use both the value of 16 and the PF_INSTR symbol which are
       the same and make no sense
    
    the cleanup nicely unifies this piece of logic.
    
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    3085354d