Loading arch/um/kernel/trap.c +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ #include <skas.h> /* * Note this is constrained to return 0, -EFAULT, -EACCESS, -ENOMEM by * Note this is constrained to return 0, -EFAULT, -EACCES, -ENOMEM by * segv(). */ int handle_page_fault(unsigned long address, unsigned long ip, Loading Loading
arch/um/kernel/trap.c +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ #include <skas.h> /* * Note this is constrained to return 0, -EFAULT, -EACCESS, -ENOMEM by * Note this is constrained to return 0, -EFAULT, -EACCES, -ENOMEM by * segv(). */ int handle_page_fault(unsigned long address, unsigned long ip, Loading