x86-64: Move nodenumber from PDA to per-cpu.
tj: * s/nodenumber/node_number/
* removed now unused pda variable from pda_init()
Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
5689553076
commit
e7a22c1ebc
4 changed files with 11 additions and 10 deletions
|
|
@ -22,7 +22,6 @@ struct x8664_pda {
|
|||
/* gcc-ABI: this canary MUST be at
|
||||
offset 40!!! */
|
||||
#endif
|
||||
short nodenumber; /* number of current node (32k max) */
|
||||
short in_bootmem; /* pda lives in bootmem */
|
||||
short isidle;
|
||||
} ____cacheline_aligned_in_smp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue