Changeset 466e75ad in mainline for kernel/arch/ia64/src/ia64.c
- Timestamp:
- 2018-02-12T18:58:50Z (7 years ago)
- Parents:
- 8192d8a
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-12 17:25:25)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-12 18:58:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ia64.c
r8192d8a r466e75ad 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.