diff options
Diffstat (limited to 'arch/x86/mm')
-rw-r--r-- | arch/x86/mm/fault.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c index 9bb07d331c3b..a03b7279efa0 100644 --- a/arch/x86/mm/fault.c +++ b/arch/x86/mm/fault.c | |||
@@ -57,7 +57,8 @@ enum x86_pf_error_code { | |||
57 | }; | 57 | }; |
58 | 58 | ||
59 | /* | 59 | /* |
60 | * (returns 0 if mmiotrace is disabled) | 60 | * Returns 0 if mmiotrace is disabled, or if the fault is not |
61 | * handled by mmiotrace: | ||
61 | */ | 62 | */ |
62 | static inline int kmmio_fault(struct pt_regs *regs, unsigned long addr) | 63 | static inline int kmmio_fault(struct pt_regs *regs, unsigned long addr) |
63 | { | 64 | { |