Changeset dd8ab1c in mainline for uspace/drv/intctl/apic/apic.c
- Timestamp:
- 2017-12-10T21:08:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68e5406
- Parents:
- 1afa94d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/intctl/apic/apic.c
r1afa94d rdd8ab1c 221 221 rc = pio_enable((void *) res->base, IO_APIC_SIZE, ®s); 222 222 if (rc != EOK) { 223 printf("%s: Failed to enable PIO for APIC: % d\n", NAME, rc);223 printf("%s: Failed to enable PIO for APIC: %s\n", NAME, str_error(rc)); 224 224 return EIO; 225 225 }
Note:
See TracChangeset
for help on using the changeset viewer.