Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.3 10 lines 186 B view raw
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 4 */ 5 6#include <linux/init.h> 7 8void __init pgtable_cache_init(void) 9{ 10}