Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/src/asm.S

    r27f67f5 r9d58539  
    2828#
    2929
    30 #include <abi/asmtool.h>
    3130#include <arch/arch.h>
    3231
    3332.text
    3433
    35 FUNCTION_BEGIN(halt)
     34.global halt
     35.global memcpy
     36.global jump_to_kernel
     37
     38halt:
    3639        br halt
    37 FUNCTION_END(halt)
    3840
    39 FUNCTION_BEGIN(jump_to_kernel)
     41jump_to_kernel:
    4042        alloc loc0 = ar.pfs, 1, 1, 0, 0
    4143        mov r2 = in0 ;;                 # Pass bootinfo address
     
    4345        mov b1 = r8 ;;
    4446        br.call.sptk.many b0 = b1;;
    45 FUNCTION_END(jump_to_kernel)
    46 
Note: See TracChangeset for help on using the changeset viewer.