Displaying 1 result from an estimated 1 matches for "trace_pagefault_reg".
Did you mean:
trace_pagefault_unreg
2018 Nov 22
0
[PATCH] x86: fix -Wmissing-prototypes warning
...h/x86/kernel/devicetree.c:108:6: warning: no previous prototype for ?x86_of_pci_init? [-Wmissing-prototypes]
> arch/x86/kernel/devicetree.c:314:13: warning: no previous prototype for ?x86_dtb_init? [-Wmissing-prototypes]
> arch/x86/kernel/tracepoint.c:16:5: warning: no previous prototype for ?trace_pagefault_reg? [-Wmissing-prototypes]
> arch/x86/kernel/tracepoint.c:22:6: warning: no previous prototype for ?trace_pagefault_unreg? [-Wmissing-prototypes]
> arch/x86/kernel/head64.c:113:22: warning: no previous prototype for ?__startup_64? [-Wmissing-prototypes]
> arch/x86/kernel/head64.c:262:15: warn...