Ignore:
File:
1 edited

Legend:

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

    rbbe4828 r84d8837  
    3434.global start
    3535start:
    36         movl gp = __gp
    37 
    38         #
    39         # Save the boot parameter structure address passed from the
    40         # ELILO-compatible EFI loader.
    41         #
    42         movl r8 = bootpar ;;
    43         st8 [r8] = r28
     36        movl gp = LOADER_ADDRESS
    4437
    4538        #
     
    6962.bss
    7063
    71 .global bootpar
    72 bootpar:
    73         .quad 0
    74 
    7564.align STACK_SIZE
    7665initial_stack:
Note: See TracChangeset for help on using the changeset viewer.