summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/vmalloc.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2019-11-20 15:45:32 +0100
committerIngo Molnar <mingo@kernel.org>2019-12-10 10:12:55 +0100
commit533d49b37a2b532354d3841a142173b8321818df (patch)
tree4473bc0344a7c80f3377571ed740b190180443fb /arch/x86/include/asm/vmalloc.h
parenteb243d1d28663c9b92010973a6a3ffa947f682ba (diff)
downloadlinux-533d49b37a2b532354d3841a142173b8321818df.tar.gz
linux-533d49b37a2b532354d3841a142173b8321818df.tar.bz2
linux-533d49b37a2b532354d3841a142173b8321818df.zip
x86/mm/pat: Clean up <asm/memtype.h> externs
Half of the declarations have an 'extern', half of them not, use 'extern' consistently. This makes grepping for APIs easier, such as: dagon:~/tip> git grep -E '\<memtype_.*\(' arch/x86/ | grep extern arch/x86/include/asm/memtype.h:extern int memtype_reserve(u64 start, u64 end, arch/x86/include/asm/memtype.h:extern int memtype_free(u64 start, u64 end); arch/x86/include/asm/memtype.h:extern int memtype_kernel_map_sync(u64 base, unsigned long size, arch/x86/include/asm/memtype.h:extern int memtype_reserve_io(resource_size_t start, resource_size_t end, arch/x86/include/asm/memtype.h:extern void memtype_free_io(resource_size_t start, resource_size_t end); arch/x86/mm/pat/memtype.h:extern int memtype_check_insert(struct memtype *entry_new, arch/x86/mm/pat/memtype.h:extern struct memtype *memtype_erase(u64 start, u64 end); arch/x86/mm/pat/memtype.h:extern struct memtype *memtype_lookup(u64 addr); arch/x86/mm/pat/memtype.h:extern int memtype_copy_nth_element(struct memtype *entry_out, loff_t pos); Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include/asm/vmalloc.h')
0 files changed, 0 insertions, 0 deletions