]> git.baikalelectronics.ru Git - kernel.git/commit
x86: c_p_a clflush_cache_range fix
authorHuang, Ying <ying.huang@intel.com>
Thu, 31 Jan 2008 21:05:45 +0000 (22:05 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 31 Jan 2008 21:05:45 +0000 (22:05 +0100)
commita5c3d4a4c5d2b0220474ce1bae482f4dde2c59ba
tree14103cb3d7d19f05c70ca5747c2c1c452c013dc9
parent1ec82e5a32b7785cccefbb20a16c41c0c6b49ab7
x86: c_p_a clflush_cache_range fix

Because in i386 early boot stage, boot_cpu_data may be not available,
which makes clflush_cach_range() into infinite loop, which is called
by change_page_attr(). This patch fixes this by setting
boot_cpu_data.x86_clflush_size in early_cpu_detect().

Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/common.c