Ignore:
Timestamp:
2016-04-23T20:27:28Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0407636
Parents:
27f67f5
Message:

sparc64: use asmtool.h macros for defining symbols

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/trap/sun4v/mmu.S

    r27f67f5 ra52e2f4  
    3737.text
    3838
     39#include <abi/asmtool.h>
    3940#include <arch/trap/sun4v/mmu.h>
    4041#include <arch/trap/trap_table.h>
     
    4849 *       %g1    virtual address that has caused the miss
    4950 */
    50 .global install_identity_mapping
    51 install_identity_mapping:
    52 
     51SYMBOL(install_identity_mapping)
    5352        /* output registers mustn't be clobbered during the hypercall, SAVE is too risky */
    5453        mov %o0, %g3
Note: See TracChangeset for help on using the changeset viewer.