projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76f411f
)
tile / cpu topology: remove stale Macro arch_provides_topology_pointers
author
Hanjun Guo
<
[email protected]
>
Sat, 27 Jul 2013 03:00:51 +0000
(11:00 +0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 29 Jul 2013 20:12:45 +0000
(13:12 -0700)
Macro arch_provides_topology_pointers is pointless now, remove it.
Signed-off-by: Hanjun Guo <
[email protected]
>
Cc: Chris Metcalf <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
arch/tile/include/asm/topology.h
patch
|
blob
|
history
diff --git
a/arch/tile/include/asm/topology.h
b/arch/tile/include/asm/topology.h
index d5e86c9f74fd243b2db944dcd7d2d959eb7c8858..d15c0d8d550f6061368324a05b4e51d8d52a2186 100644
(file)
--- a/
arch/tile/include/asm/topology.h
+++ b/
arch/tile/include/asm/topology.h
@@
-89,9
+89,6
@@
static inline const struct cpumask *cpumask_of_node(int node)
#define topology_core_id(cpu) (cpu)
#define topology_core_cpumask(cpu) ((void)(cpu), cpu_online_mask)
#define topology_thread_cpumask(cpu) cpumask_of(cpu)
-
-/* indicates that pointers to the topology struct cpumask maps are valid */
-#define arch_provides_topology_pointers yes
#endif
#endif /* _ASM_TILE_TOPOLOGY_H */