1*384740dcSRalf Baechle /* 2*384740dcSRalf Baechle * This file is subject to the terms and conditions of the GNU General Public 3*384740dcSRalf Baechle * License. See the file "COPYING" in the main directory of this archive 4*384740dcSRalf Baechle * for more details. 5*384740dcSRalf Baechle * 6*384740dcSRalf Baechle * Copyright (C) 2003 Ralf Baechle 7*384740dcSRalf Baechle */ 8*384740dcSRalf Baechle #ifndef __ASM_MACH_GENERIC_CPU_FEATURE_OVERRIDES_H 9*384740dcSRalf Baechle #define __ASM_MACH_GENERIC_CPU_FEATURE_OVERRIDES_H 10*384740dcSRalf Baechle 11*384740dcSRalf Baechle /* Intentionally empty file ... */ 12*384740dcSRalf Baechle 13*384740dcSRalf Baechle #endif /* __ASM_MACH_GENERIC_CPU_FEATURE_OVERRIDES_H */ 14