Changeset de1b8b1 in mainline for arch/ppc32/loader/main.c


Ignore:
Timestamp:
2006-05-18T22:07:21Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c3b5cdf
Parents:
3eee37d
Message:

remove obsolete BAT framebuffer mapping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/main.c

    r3eee37d rde1b8b1  
    107107        void *trans_pa = ofw_translate(&trans);
    108108        void *bootinfo_pa = ofw_translate(&bootinfo);
    109         void *fb = (void *) (((unsigned int) bootinfo.screen.addr) & ((unsigned int) ~0 << 17));
    110109       
    111110        printf("\nMemory statistics (total %d MB)\n", bootinfo.memmap.total >> 20);
     
    152151       
    153152        printf("\nBooting the kernel...\n");
    154         jump_to_kernel(bootinfo_pa, sizeof(bootinfo), trans_pa, pages << PAGE_WIDTH, fb, real_mode_pa);
     153        jump_to_kernel(bootinfo_pa, sizeof(bootinfo), trans_pa, pages << PAGE_WIDTH, real_mode_pa);
    155154}
Note: See TracChangeset for help on using the changeset viewer.