Changeset 38b0ae2 in mainline for kernel/arch/ia64/src
- Timestamp:
- 2018-02-12T20:16:44Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 448e093
- Parents:
- 8192d8a
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-12 20:16:44)
- git-committer:
- GitHub <noreply@…> (2018-02-12 20:16:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ia64.c
r8192d8a 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.