/* SPDX-License-Identifier: GPL-2.0-only *//* * Copyright (C) 2001-2008 Silicon Graphics, Inc. All rights reserved. * * Prototypes for the uncached page allocator */externunsignedlonguncached_alloc_page(intstarting_nid,intn_pages);externvoiduncached_free_page(unsignedlonguc_addr,intn_pages);