Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114613
b: refs/heads/master
c: 78b5b62
h: refs/heads/master
i:
  114611: 2e6e76b
v: v3
  • Loading branch information
Kumar Gala authored and Benjamin Herrenschmidt committed Oct 12, 2008
1 parent bcf1f0b commit 68c4bc5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6070bf6afe4c4232ec1e04fa16c056758b2e681b
refs/heads/master: 78b5b626fa9048337530cc3ba4ceb9e4ee96a386
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/include/asm/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extern void __cpu_die(unsigned int cpu);

#else
/* for UP */
#define hard_smp_processor_id() 0
#define hard_smp_processor_id() get_hard_smp_processor_id(0)
#define smp_setup_cpu_maps()

#endif /* CONFIG_SMP */
Expand Down Expand Up @@ -122,6 +122,7 @@ static inline int get_hard_smp_processor_id(int cpu)

static inline void set_hard_smp_processor_id(int cpu, int phys)
{
boot_cpuid_phys = phys;
}
#endif /* !CONFIG_SMP */
#endif /* !CONFIG_PPC64 */
Expand Down

0 comments on commit 68c4bc5

Please sign in to comment.