]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Rename e820_table_* to pgt_buf_*
authorYinghai Lu <yinghai@kernel.org>
Thu, 24 Feb 2011 13:46:24 +0000 (14:46 +0100)
committerTejun Heo <tj@kernel.org>
Thu, 24 Feb 2011 13:52:18 +0000 (14:52 +0100)
commita9f998b5683357396642d78b83e238753b8e17cc
treeef3391627ac6d033abaf6f249e2cd173aa8c8864
parent4564c90c1d3134c8e473d4fc57c10c704c6093ab
x86: Rename e820_table_* to pgt_buf_*

e820_table_{start|end|top}, which are used to buffer page table
allocation during early boot, are now derived from memblock and don't
have much to do with e820.  Change the names so that they reflect what
they're used for.

This patch doesn't introduce any behavior change.

-v2: Ingo found that earlier patch "x86: Use early pre-allocated page
     table buffer top-down" caused crash on 32bit and needed to be
     dropped.  This patch was updated to reflect the change.

-tj: Updated commit description.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
arch/x86/include/asm/init.h
arch/x86/mm/init.c
arch/x86/mm/init_32.c
arch/x86/mm/init_64.c
arch/x86/xen/mmu.c