aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-mips/cpu-feature-overrides.h
diff options
context:
space:
mode:
authorJordan Crouse <jordan.crouse@amd.com>2006-01-20 17:06:09 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2006-03-20 17:49:55 -0500
commit76fa9a240de4294a097235c9ddd470c21eb3449e (patch)
treef29b42b106e5394942c59102b8387f5dd322b6b7 /include/asm-mips/mach-mips/cpu-feature-overrides.h
parent8cd42e97bf451bbbb2f54dc571366ae5a72faaea (diff)
[PATCH] USB: EHCI for AU1200
ALCHEMY: Add EHCI support for AU1200 Updated by removing the OHCI support Signed-off-by: Jordan Crouse <jordan.crouse@amd.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/asm-mips/mach-mips/cpu-feature-overrides.h')
-rw-r--r--include/asm-mips/mach-mips/cpu-feature-overrides.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-mips/mach-mips/cpu-feature-overrides.h b/include/asm-mips/mach-mips/cpu-feature-overrides.h
index 9f92aed1775..e06af6c86f8 100644
--- a/include/asm-mips/mach-mips/cpu-feature-overrides.h
+++ b/include/asm-mips/mach-mips/cpu-feature-overrides.h
@@ -29,7 +29,11 @@
29/* #define cpu_has_prefetch ? */ 29/* #define cpu_has_prefetch ? */
30#define cpu_has_mcheck 1 30#define cpu_has_mcheck 1
31/* #define cpu_has_ejtag ? */ 31/* #define cpu_has_ejtag ? */
32#ifdef CONFIG_CPU_HAS_LLSC
32#define cpu_has_llsc 1 33#define cpu_has_llsc 1
34#else
35#define cpu_has_llsc 0
36#endif
33/* #define cpu_has_vtag_icache ? */ 37/* #define cpu_has_vtag_icache ? */
34/* #define cpu_has_dc_aliases ? */ 38/* #define cpu_has_dc_aliases ? */
35/* #define cpu_has_ic_fills_f_dc ? */ 39/* #define cpu_has_ic_fills_f_dc ? */