Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179161
b: refs/heads/master
c: d797396
h: refs/heads/master
i:
  179159: d67ac5e
v: v3
  • Loading branch information
Anton Blanchard authored and Ralf Baechle committed Jan 12, 2010
1 parent 2817b1a commit 4b7e3a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 0e8a1d8262f41d6e8c1d736a408882bbb7a5c0a6
refs/heads/master: d797396f3387c5be8f63fcc8e9be98bb884ea86a
4 changes: 3 additions & 1 deletion trunk/arch/mips/include/asm/mach-ip27/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ extern struct cpuinfo_ip27 sn_cpu_info[NR_CPUS];

#define cpu_to_node(cpu) (sn_cpu_info[(cpu)].p_nodeid)
#define parent_node(node) (node)
#define cpumask_of_node(node) (&hub_data(node)->h_cpus)
#define cpumask_of_node(node) ((node) == -1 ? \
cpu_all_mask : \
&hub_data(node)->h_cpus)
struct pci_bus;
extern int pcibus_to_node(struct pci_bus *);

Expand Down

0 comments on commit 4b7e3a2

Please sign in to comment.