Commit b319eed0 authored by Ingo Molnar's avatar Ingo Molnar

x86, mm: fault.c, simplify kmmio_fault(), cleanup

Clarify the kmmio_fault() comment.
Acked-by: default avatarPekka Paalanen <pq@iki.fi>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f8eeb2e6
......@@ -57,7 +57,8 @@ enum x86_pf_error_code {
};
/*
* (returns 0 if mmiotrace is disabled)
* Returns 0 if mmiotrace is disabled, or if the fault is not
* handled by mmiotrace:
*/
static inline int kmmio_fault(struct pt_regs *regs, unsigned long addr)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment