Ignore:
Timestamp:
2019-02-12T20:42:42Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f31ca47
Parents:
7f7817a9 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-02-12 20:26:18)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-02-12 20:42:42)
Message:

Merge branch 'master' into bdsh_alias

Conflicts:

uspace/app/bdsh/Makefile
uspace/app/bdsh/cmds/modules/modules.h

Ccheck correction and removing header which includes itself

File:
1 edited

Legend:

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

    r7f7817a9 rab936440  
    162162
    163163        ! map kernel in context 1
    164         set kernel_image_start, %o0                             ! virt. address
     164        set kernel_load_address, %o0                            ! virt. address
    165165        set 1, %o1                                              ! context
    166         TTE_DATA(kernel_image_start, %l5, %g2, %g3, %o2)        ! TTE data
     166        TTE_DATA(kernel_load_address, %l5, %g2, %g3, %o2)       ! TTE data
    167167        set MMU_FLAG_DTLB | MMU_FLAG_ITLB, %o3                  ! MMU flags
    168168        __HYPERCALL_HYPERFAST(MMU_MAP_ADDR)
     
    181181
    182182        ! install permanent mapping for kernel in context 0
    183         set kernel_image_start, %o0                             ! virtual address
     183        set kernel_load_address, %o0                            ! virtual address
    184184        set 0, %o1                                              ! context
    185         TTE_DATA(kernel_image_start, %l5, %g2, %g3, %o2)        ! TTE data
     185        TTE_DATA(kernel_load_address, %l5, %g2, %g3, %o2)       ! TTE data
    186186        set MMU_FLAG_DTLB | MMU_FLAG_ITLB, %o3                  ! MMU flags
    187187        __HYPERCALL_FAST(MMU_MAP_PERM_ADDR)
Note: See TracChangeset for help on using the changeset viewer.