]> Git Repo - linux.git/blob - arch/arm/mach-bcm/kona_l2_cache.h
x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case
[linux.git] / arch / arm / mach-bcm / kona_l2_cache.h
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
This page took 0.030638 seconds and 4 git commands to generate.