Changeset 58775d30 in mainline for kernel/arch/ia64/src/ia64.c
- Timestamp:
- 2015-03-16T16:07:21Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2003739
- Parents:
- 6069061 (diff), 795e2bf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ia64.c
r6069061 r58775d30 37 37 #include <errno.h> 38 38 #include <interrupt.h> 39 #include <arch/interrupt.h> 39 40 #include <macros.h> 40 41 #include <str.h> … … 85 86 void arch_pre_mm_init(void) 86 87 { 88 if (config.cpu_active == 1) 89 exception_init(); 87 90 } 88 91 … … 173 176 #ifdef CONFIG_NS16550 174 177 ns16550_instance_t *ns16550_instance 175 = ns16550_init((ns16550_t *) NS16550_BASE, NS16550_IRQ, NULL, NULL); 178 = ns16550_init((ns16550_t *) NS16550_BASE, NS16550_IRQ, NULL, NULL, 179 NULL); 176 180 if (ns16550_instance) { 177 181 srln_instance_t *srln_instance = srln_init();
Note:
See TracChangeset
for help on using the changeset viewer.