Changeset 38b0ae2 in mainline for kernel/arch/amd64/src/amd64.c
- 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/amd64/src/amd64.c
r8192d8a r38b0ae2 216 216 #endif 217 217 ns16550_instance_t *ns16550_instance 218 = ns16550_init( (ns16550_t *) NS16550_BASE, IRQ_NS16550, NULL, NULL,218 = ns16550_init(NS16550_BASE, 0, IRQ_NS16550, NULL, NULL, 219 219 ns16550_out_ptr); 220 220 if (ns16550_instance) {
Note:
See TracChangeset
for help on using the changeset viewer.