Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15323
b: refs/heads/master
c: c660439
h: refs/heads/master
i:
  15321: b52b945
  15319: 79a471b
v: v3
  • Loading branch information
Ravikiran G Thirumalai authored and Linus Torvalds committed Dec 24, 2005
1 parent 54f581e commit 930038d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 1224b375ed7982128602a3fa1da53eeeac1750b4
refs/heads/master: c660439ba90aaaa056f68a5b0fc79f6b9e0506f5
2 changes: 1 addition & 1 deletion trunk/include/asm-ia64/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
/*
* Returns the number of the first CPU on Node 'node'.
*/
#define node_to_first_cpu(node) (__ffs(node_to_cpumask(node)))
#define node_to_first_cpu(node) (first_cpu(node_to_cpumask(node)))

/*
* Determines the node for a given pci bus
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-x86_64/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extern int __node_distance(int, int);

#define cpu_to_node(cpu) (cpu_to_node[cpu])
#define parent_node(node) (node)
#define node_to_first_cpu(node) (__ffs(node_to_cpumask[node]))
#define node_to_first_cpu(node) (first_cpu(node_to_cpumask[node]))
#define node_to_cpumask(node) (node_to_cpumask[node])
#define pcibus_to_node(bus) ((long)(bus->sysdata))
#define pcibus_to_cpumask(bus) node_to_cpumask(pcibus_to_node(bus));
Expand Down

0 comments on commit 930038d

Please sign in to comment.