Ignore:
Timestamp:
2018-03-08T18:54:30Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ef16903
Parents:
e0a4686
Message:

Replace ASM macro with the standard ASSEMBLER.

At least, GCC claims it to be a standard predefined macro. I was unable
to find the relevant standard, but it's defined in both gcc and clang.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h

    re0a4686 r53ad43c  
    4040#define MMU_FSA_SIZE            128
    4141
    42 #ifndef __ASM__
     42#ifndef __ASSEMBLER__
    4343
    4444#include <arch/mm/tte.h>
     
    149149extern void describe_dmmu_fault(void);
    150150
    151 #endif /* !def __ASM__ */
     151#endif /* !def __ASSEMBLER__ */
    152152
    153153#endif
Note: See TracChangeset for help on using the changeset viewer.