mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 02:14:58 +00:00
x86, apic: Use PAGE_SIZE instead of numbers
The whole page is reserved for IO-APIC fixmap due to non-cacheable requirement. So lets note this explicitly instead of playing with numbers. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Cc: Yinghai Lu <yinghai@kernel.org> Cc: Maciej W. Rozycki <macro@linux-mips.org> LKML-Reference: <20091108155356.GB25940@lenovo> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
5231a68614
commit
46dc281b1b
@ -4111,7 +4111,7 @@ fake_ioapic_page:
|
|||||||
idx++;
|
idx++;
|
||||||
|
|
||||||
ioapic_res->start = ioapic_phys;
|
ioapic_res->start = ioapic_phys;
|
||||||
ioapic_res->end = ioapic_phys + (4 * 1024) - 1;
|
ioapic_res->end = ioapic_phys + PAGE_SIZE-1;
|
||||||
ioapic_res++;
|
ioapic_res++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user