Ignore:
File:
1 edited

Legend:

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

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