1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2007 Lemote Inc. & Institute of Computing Technology
6 #include <linux/export.h>
7 #include <linux/init.h>
9 #include <asm/wbflush.h>
10 #include <asm/bootinfo.h>
14 static void wbflush_loongson(void)
25 void (*__wbflush)(void) = wbflush_loongson;
26 EXPORT_SYMBOL(__wbflush);
28 void __init plat_mem_setup(void)