Changeset ee820ff in mainline for kernel/arch/amd64/src/amd64.c
- Timestamp:
- 2018-02-22T19:39:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0539c14
- Parents:
- 5fe3f954 (diff), df368491 (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/amd64/src/amd64.c
r5fe3f954 ree820ff 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.