Changeset 5eabe73 in mainline


Ignore:
Timestamp:
2006-07-03T15:44:05Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
910372a
Parents:
2f40fe4
Message:

Fix sparc64 to compile again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/src/mm/page.c

    r2f40fe4 r5eabe73  
    7474                order = (fnzb32(size - 1) + 1) - FRAME_WIDTH;
    7575       
    76         __address virtaddr = frame_alloc(order, FRAME_KA);
     76        __address virtaddr = (__address) frame_alloc(order, FRAME_KA);
    7777
    7878        for (i = 0; i < sizemap[order].count; i++)
Note: See TracChangeset for help on using the changeset viewer.