Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] tx49xx: Add mach specific headers

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Atsushi Nemoto and committed by
Ralf Baechle
01754bbc 8449d399

+31
+23
include/asm-mips/mach-tx49xx/cpu-feature-overrides.h
··· 1 + #ifndef __ASM_MACH_TX49XX_CPU_FEATURE_OVERRIDES_H 2 + #define __ASM_MACH_TX49XX_CPU_FEATURE_OVERRIDES_H 3 + 4 + #define cpu_has_llsc 1 5 + #define cpu_has_64bits 1 6 + #define cpu_has_inclusive_pcaches 0 7 + 8 + #define cpu_has_mips16 0 9 + #define cpu_has_mdmx 0 10 + #define cpu_has_mips3d 0 11 + #define cpu_has_smartmips 0 12 + #define cpu_has_vtag_icache 0 13 + #define cpu_has_ic_fills_f_dc 0 14 + #define cpu_has_dsp 0 15 + #define cpu_has_mipsmt 0 16 + #define cpu_has_userlocal 0 17 + 18 + #define cpu_has_mips32r1 0 19 + #define cpu_has_mips32r2 0 20 + #define cpu_has_mips64r1 0 21 + #define cpu_has_mips64r2 0 22 + 23 + #endif /* __ASM_MACH_TX49XX_CPU_FEATURE_OVERRIDES_H */
+8
include/asm-mips/mach-tx49xx/kmalloc.h
··· 1 + #ifndef __ASM_MACH_TX49XX_KMALLOC_H 2 + #define __ASM_MACH_TX49XX_KMALLOC_H 3 + 4 + /* 5 + * All happy, no need to define ARCH_KMALLOC_MINALIGN 6 + */ 7 + 8 + #endif /* __ASM_MACH_TX49XX_KMALLOC_H */