Changeset 35f3b8c in mainline for arch/ppc32/src/ppc32.c
- Timestamp:
- 2006-05-18T23:24:40Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c0bc189
- Parents:
- 8424198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/ppc32.c
r8424198 r35f3b8c 29 29 #include <arch.h> 30 30 #include <arch/boot/boot.h> 31 #include <arch/console.h>32 31 #include <arch/drivers/cuda.h> 33 32 #include <arch/mm/memory_init.h> 34 33 #include <arch/interrupt.h> 34 #include <genarch/fb/fb.h> 35 35 #include <userspace.h> 36 36 #include <proc/uarg.h> … … 68 68 /* Merge all zones to 1 big zone */ 69 69 zone_merge_all(); 70 71 ppc32_console_register();72 70 } 73 71 }
Note:
See TracChangeset
for help on using the changeset viewer.