]> Git Repo - linux.git/blob - net/bpfilter/bpfilter_umh_blob.S
KVM: X86: TSCDEADLINE MSR emulation fastpath
[linux.git] / net / bpfilter / bpfilter_umh_blob.S
1 /* SPDX-License-Identifier: GPL-2.0 */
2         .section .rodata, "a"
3         .global bpfilter_umh_start
4 bpfilter_umh_start:
5         .incbin "net/bpfilter/bpfilter_umh"
6         .global bpfilter_umh_end
7 bpfilter_umh_end:
This page took 0.033303 seconds and 4 git commands to generate.