Changeset a88ab795 in mainline
- Timestamp:
- 2006-06-18T01:03:14Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bab785fe
- Parents:
- 2988616b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r2988616b ra88ab795 48 48 endif 49 49 50 ifeq ($(CONFIG_BAT),y) 51 DEFS += -DCONFIG_BAT 52 endif 53 50 54 .PHONY: all build config distclean arch_distclean clean kernel uspace clean_kernel clean_uspace distclean_kernel distclean_uspace 51 55 -
arch/ppc32/loader/asm.S
r2988616b ra88ab795 208 208 li r29, 8 209 209 mtctr r29 210 li r30, 0x4000 210 lis r30, 0x4000 211 ori r30, r30, 8 211 212 212 213 seg_fill_kernel:
Note:
See TracChangeset
for help on using the changeset viewer.