1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* Copyright (C) 2012-2014 Broadcom Corporation */ 3 4 #ifdef CONFIG_ARCH_BCM_MOBILE_L2_CACHE 5 void kona_l2_cache_init(void); 6 #else 7 #define kona_l2_cache_init() ((void)0) 8 #endif 9
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.