Changeset 5030acad in mainline
- Timestamp:
- 2012-10-29T16:07:20Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6bbe470
- Parents:
- 24b06199
- Location:
- kernel/arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/amd64.c
r24b06199 r5030acad 232 232 indev_t *srln = srln_wire(srln_instance, sink); 233 233 ns16550_wire(ns16550_instance, srln); 234 trap_virtual_enable_irqs(1 << IRQ_NS16550); 234 235 } 235 236 } -
kernel/arch/ia32/src/ia32.c
r24b06199 r5030acad 186 186 indev_t *srln = srln_wire(srln_instance, sink); 187 187 ns16550_wire(ns16550_instance, srln); 188 trap_virtual_enable_irqs(1 << IRQ_NS16550); 188 189 } 189 190 }
Note:
See TracChangeset
for help on using the changeset viewer.