mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-13 13:16:25 +00:00
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.
Ref-> commit
|
||
|---|---|---|
| .. | ||
| cacheflush.c | ||
| dma-mapping.c | ||
| extable.c | ||
| fault.c | ||
| init.c | ||
| ioremap.c | ||
| Makefile | ||
| mmu_context.c | ||
| pgtable.c | ||
| tlb.c | ||
| uaccess.c | ||