aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/geode.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-x86/geode.h b/include/asm-x86/geode.h
index 8a53bc817230..6e6458853a36 100644
--- a/include/asm-x86/geode.h
+++ b/include/asm-x86/geode.h
@@ -185,7 +185,14 @@ static inline int is_geode(void)
185 return (is_geode_gx() || is_geode_lx()); 185 return (is_geode_gx() || is_geode_lx());
186} 186}
187 187
188#ifdef CONFIG_MGEODE_LX
188extern int geode_has_vsa2(void); 189extern int geode_has_vsa2(void);
190#else
191static inline int geode_has_vsa2(void)
192{
193 return 0;
194}
195#endif
189 196
190/* MFGPTs */ 197/* MFGPTs */
191 198