forked from mirrors/linux
Use new return type vm_fault_t for fault handler. For now, this is just
documenting that the function returns a VM_FAULT value rather than an
errno. Once all instances are converted, vm_fault_t will become a
distinct type.
See
|
||
|---|---|---|
| .. | ||
| acpi.c | ||
| core.c | ||
| debug.c | ||
| debug.h | ||
| gth.c | ||
| gth.h | ||
| intel_th.h | ||
| Kconfig | ||
| Makefile | ||
| msu.c | ||
| msu.h | ||
| pci.c | ||
| pti.c | ||
| pti.h | ||
| sth.c | ||
| sth.h | ||