Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348527
b: refs/heads/master
c: 80020fb
h: refs/heads/master
i:
  348525: c9379b3
  348523: aea044f
  348519: de4c713
  348511: b3ce732
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jan 8, 2013
1 parent cc96411 commit d5488ca
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0872922f5dc24783101a2dd111ee406ea965a094
refs/heads/master: 80020fbd65c17d3d9e7d80cfd3fa4c57ae7ff765
2 changes: 2 additions & 0 deletions trunk/arch/s390/kernel/topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <linux/bootmem.h>
#include <linux/cpuset.h>
#include <linux/device.h>
#include <linux/export.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/init.h>
Expand Down Expand Up @@ -42,6 +43,7 @@ static struct mask_info socket_info;
static struct mask_info book_info;

struct cpu_topology_s390 cpu_topology[NR_CPUS];
EXPORT_SYMBOL_GPL(cpu_topology);

static cpumask_t cpu_group_map(struct mask_info *info, unsigned int cpu)
{
Expand Down

0 comments on commit d5488ca

Please sign in to comment.