Changeset 23230aa in mainline


Ignore:
Timestamp:
2006-02-15T13:32:27Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ff4e1cd
Parents:
fcbca14f
Message:

Fix filling of hardcoded_ktext_size and hardcoded_kdata_size to use 64 bit stores on ia64.

Files:
2 edited

Legend:

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

    rfcbca14f r23230aa  
    7272        addl r19 = @gprel(hardcoded_load_address), gp
    7373        ;;
    74         st4 [r17] = r14
    75         st4 [r18] = r15
     74        st8 [r17] = r14
     75        st8 [r18] = r15
    7676        st8 [r19] = r16
    7777       
  • generic/src/mm/as.c

    rfcbca14f r23230aa  
    153153 * wich 'page' belongs.
    154154 *
    155  * @param a Target address space.
     155 * @param as Target address space.
    156156 * @param page Virtual page within the area.
    157157 * @param frame Physical frame to which page will be mapped.
Note: See TracChangeset for help on using the changeset viewer.