Files
linux-apfs/arch/x86
Tejun Heo c8f3329a0d x86: use static _cpu_pda array
_cpu_pda array first uses statically allocated storage in data.init
and then switches to allocated bootmem to conserve space.  However,
after folding pda area into percpu area, _cpu_pda array will be
removed completely.  Drop the reallocation part to simplify the code
for soon-to-follow changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-01-16 14:19:40 +01:00
..
2008-12-29 13:18:40 +01:00
2009-01-16 14:19:40 +01:00
2009-01-03 14:11:07 +01:00
2009-01-05 17:41:45 -08:00