Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96346
b: refs/heads/master
c: cb3f43b
h: refs/heads/master
v: v3
  • Loading branch information
Andres Salomon authored and Ingo Molnar committed May 8, 2008
1 parent 9258bbe commit 1456ed1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 547acec7ecc32b14c2740de3f32ce7d1b36a0f69
refs/heads/master: cb3f43b22bbb5ddbf6ce3e2bac40ce6eba30aba0
7 changes: 7 additions & 0 deletions trunk/include/asm-x86/geode.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,14 @@ static inline int is_geode(void)
return (is_geode_gx() || is_geode_lx());
}

#ifdef CONFIG_MGEODE_LX
extern int geode_has_vsa2(void);
#else
static inline int geode_has_vsa2(void)
{
return 0;
}
#endif

/* MFGPTs */

Expand Down

0 comments on commit 1456ed1

Please sign in to comment.