Changeset 84afc7b in mainline for kernel/arch/ppc32/src/ppc32.c
- Timestamp:
- 2009-03-18T10:53:12Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e749794
- Parents:
- 8015eeec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/ppc32.c
r8015eeec r84afc7b 43 43 #include <proc/uarg.h> 44 44 #include <console/console.h> 45 #include <ddi/device.h>46 45 #include <ddi/irq.h> 47 46 #include <arch/drivers/pic.h> … … 122 121 123 122 /* Initialize I/O controller */ 124 cuda_init(device_assign_devno(), 125 bootinfo.macio.addr + 0x16000, 2 * PAGE_SIZE); 123 cuda_init(bootinfo.macio.addr + 0x16000, 2 * PAGE_SIZE); 126 124 } 127 125
Note:
See TracChangeset
for help on using the changeset viewer.