Changeset a88ab795 in mainline


Ignore:
Timestamp:
2006-06-18T01:03:14Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bab785fe
Parents:
2988616b
Message:

fix wrong segment register value
add CONFIG_BAT define

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r2988616b ra88ab795  
    4848endif
    4949
     50ifeq ($(CONFIG_BAT),y)
     51        DEFS += -DCONFIG_BAT
     52endif
     53
    5054.PHONY: all build config distclean arch_distclean clean kernel uspace clean_kernel clean_uspace distclean_kernel distclean_uspace
    5155
  • arch/ppc32/loader/asm.S

    r2988616b ra88ab795  
    208208        li r29, 8
    209209        mtctr r29
    210         li r30, 0x4000
     210        lis r30, 0x4000
     211        ori r30, r30, 8
    211212       
    212213        seg_fill_kernel:
Note: See TracChangeset for help on using the changeset viewer.