Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161652
b: refs/heads/master
c: 872fb6d
h: refs/heads/master
v: v3
  • Loading branch information
Fenghua Yu authored and Tejun Heo committed Jul 15, 2009
1 parent 44b60a9 commit 2110379
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 023bf6f1b8bf58dc4da7f0dc1cf4787b0d5297c1
refs/heads/master: 872fb6dd6b07986417964e089074e7acfd025f4c
6 changes: 6 additions & 0 deletions trunk/arch/ia64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,11 +855,17 @@ identify_cpu (struct cpuinfo_ia64 *c)
c->unimpl_pa_mask = ~((1L<<63) | ((1L << phys_addr_size) - 1));
}

/*
* In UP configuration, setup_per_cpu_areas() is defined in
* include/linux/percpu.h
*/
#ifdef CONFIG_SMP
void __init
setup_per_cpu_areas (void)
{
/* start_kernel() requires this... */
}
#endif

/*
* Do the following calculations:
Expand Down

0 comments on commit 2110379

Please sign in to comment.