Skip to content
  • Harvey Harrison's avatar
    x86: cosmetic fixes fault_{32|64}.c · 33cb5243
    Harvey Harrison authored
    
    
    First step towards unifying these files.
    - Checkpatch trailing whitespace fixes
    - Checkpatch indentation of switch statement fixes
    - Checkpatch single statement ifs need no braces fixes
    - Checkpatch consistent spacing after comma fixes
    - Introduce defines for pagefault error bits from X86_64 and add useful
      comment from X86_32.  Use these defines in X86_32 where obvious.
    - Unify comments between 32|64 bit
    - Small ifdef movement for CONFIG_KPROBES in notify_page_fault()
    - Introduce X86_64 only case statement
    
    No Functional Changes.
    
    Signed-off-by: default avatarHarvey Harrison <harvey.harrison@gmail.com>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    33cb5243