Changeset 8addb24a in mainline for kernel/arch/ia64/include/arch/asm.h


Ignore:
Timestamp:
2023-02-03T17:01:49Z (15 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aae2869
Parents:
64e9cf4
Message:

Turn spin look hint into a function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/include/arch/asm.h

    r64e9cf4 r8addb24a  
    4444#define IO_SPACE_BOUNDARY       ((void *) (64 * 1024))
    4545
     46_NO_TRACE static inline void cpu_spin_hint(void)
     47{
     48}
     49
    4650/** Map the I/O port address to a legacy I/O address. */
    4751_NO_TRACE static inline uintptr_t p2a(volatile void *p)
Note: See TracChangeset for help on using the changeset viewer.