Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b319eed0 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)
{