Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/start.S

    r27f67f5 r9d58539  
    2727#
    2828
    29 #include <abi/asmtool.h>
    3029#include <arch/register.h>
    3130#include <arch/mm/page.h>
     
    4241.section K_TEXT_START, "ax"
    4342
     43.global kernel_image_start
     44
    4445stack0:
    4546
     
    5253#       r2      Address of the boot code's bootinfo structure.
    5354#
    54 SYMBOL(kernel_image_start)
     55kernel_image_start:
    5556        .auto
    5657       
     
    112113        rfi ;;
    113114
     115.global paging_start
    114116paging_start:
    115117       
Note: See TracChangeset for help on using the changeset viewer.