xref: /OK3568_Linux_fs/u-boot/arch/mips/include/asm/mach-generic/cpu-feature-overrides.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /*
2*4882a593Smuzhiyun  * Copyright (C) 2003 Ralf Baechle
3*4882a593Smuzhiyun  *
4*4882a593Smuzhiyun  * SPDX-License-Identifier:	GPL-2.0
5*4882a593Smuzhiyun  */
6*4882a593Smuzhiyun #ifndef __ASM_MACH_GENERIC_CPU_FEATURE_OVERRIDES_H
7*4882a593Smuzhiyun #define __ASM_MACH_GENERIC_CPU_FEATURE_OVERRIDES_H
8*4882a593Smuzhiyun 
9*4882a593Smuzhiyun /* Intentionally empty file ...	 */
10*4882a593Smuzhiyun 
11*4882a593Smuzhiyun #endif /* __ASM_MACH_GENERIC_CPU_FEATURE_OVERRIDES_H */
12