Changes in kernel/arch/ia64/src/ia64.c [36df4109:38b0ae2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ia64.c
r36df4109 r38b0ae2 181 181 #ifdef CONFIG_NS16550 182 182 ns16550_instance_t *ns16550_instance 183 = ns16550_init( (ns16550_t *) NS16550_BASE, NS16550_IRQ, NULL, NULL,183 = ns16550_init(NS16550_BASE, 0, NS16550_IRQ, NULL, NULL, 184 184 NULL); 185 185 if (ns16550_instance) {
Note:
See TracChangeset
for help on using the changeset viewer.