x86: remove cpa warning
this race is legit and can happen on SMP systems. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
@@ -356,10 +356,8 @@ static int split_large_page(pte_t *kpte, unsigned long address)
|
|||||||
* up for us already:
|
* up for us already:
|
||||||
*/
|
*/
|
||||||
tmp = lookup_address(address, &level);
|
tmp = lookup_address(address, &level);
|
||||||
if (tmp != kpte) {
|
if (tmp != kpte)
|
||||||
WARN_ON_ONCE(1);
|
|
||||||
goto out_unlock;
|
goto out_unlock;
|
||||||
}
|
|
||||||
|
|
||||||
address = __pa(address);
|
address = __pa(address);
|
||||||
addr = address & PMD_PAGE_MASK;
|
addr = address & PMD_PAGE_MASK;
|
||||||
|
Reference in New Issue
Block a user