Changeset 66e39b8 in mainline


Ignore:
Timestamp:
2010-06-13T22:48:15Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a925a8
Parents:
4ff284b
Message:

Remove unneeded macros and fix printing of the loader entry point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/src/main.c

    r4ff284b r66e39b8  
    5555#define EFI_MEMMAP_IO_PORTS             2
    5656
    57 #define BALLOC_MAX_SIZE  131072
    58 
    59 #define TOP2ADDR(top)  (((void *) KERNEL_ADDRESS) + (top))
    60 
    6157static bootinfo_t bootinfo;
    6258
     
    6763        printf(" %p|%p: boot info structure\n", &bootinfo, &bootinfo);
    6864        printf(" %p|%p: kernel entry point\n", KERNEL_ADDRESS, KERNEL_ADDRESS);
    69         printf(" %p|%p: loader entry point\n", LOADER_ADDRESS, KERNEL_ADDRESS);
     65        printf(" %p|%p: loader entry point\n", LOADER_ADDRESS, LOADER_ADDRESS);
    7066       
    7167        size_t i;
Note: See TracChangeset for help on using the changeset viewer.