Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358086
b: refs/heads/master
c: 84b603a
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov authored and Dave Airlie committed Feb 8, 2013
1 parent e1208bf commit 06e642c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 521dfda999fd4cfe801c49d28ccc09350c0389f5
refs/heads/master: 84b603abd23300df8ee5fb1c23c83634c2aaedea
7 changes: 3 additions & 4 deletions trunk/arch/x86/kernel/cpu/intel_cacheinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ struct _cache_attr {
unsigned int);
};

#ifdef CONFIG_AMD_NB

#if defined(CONFIG_AMD_NB) && defined(CONFIG_SYSFS)
/*
* L3 cache descriptors
*/
Expand Down Expand Up @@ -524,9 +523,9 @@ store_subcaches(struct _cpuid4_info *this_leaf, const char *buf, size_t count,
static struct _cache_attr subcaches =
__ATTR(subcaches, 0644, show_subcaches, store_subcaches);

#else /* CONFIG_AMD_NB */
#else
#define amd_init_l3_cache(x, y)
#endif /* CONFIG_AMD_NB */
#endif /* CONFIG_AMD_NB && CONFIG_SYSFS */

static int
__cpuinit cpuid4_cache_lookup_regs(int index,
Expand Down

0 comments on commit 06e642c

Please sign in to comment.