cpu/x86/lapic: Drop read/write_around aliases
Change-Id: Ia3935524e57885ca79586f1f4612020bb05956ab Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55195 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
146508d749
commit
08f4526b53
2 changed files with 3 additions and 6 deletions
|
|
@ -40,9 +40,6 @@ static __always_inline int xapic_busy(void)
|
|||
return xapic_read(LAPIC_ICR) & LAPIC_ICR_BUSY;
|
||||
}
|
||||
|
||||
#define lapic_read_around(x) lapic_read(x)
|
||||
#define lapic_write_around(x, y) xapic_write_atomic((x), (y))
|
||||
|
||||
static __always_inline uint32_t x2apic_read(unsigned int reg)
|
||||
{
|
||||
uint32_t value, index;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue