Changeset 66be0288 in mainline for kernel/arch/ia32/src/drivers/i8259.c
- Timestamp:
- 2014-01-17T17:02:59Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 476f62c, facc34d
- Parents:
- 2e80321 (diff), 61b5b73d (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/ia32/src/drivers/i8259.c
r2e80321 r66be0288 42 42 #include <arch/asm.h> 43 43 #include <arch.h> 44 #include < print.h>44 #include <log.h> 45 45 #include <interrupt.h> 46 46 … … 129 129 { 130 130 #ifdef CONFIG_DEBUG 131 printf("cpu%u: PIC spurious interrupt\n", CPU->id);131 log(LF_ARCH, LVL_DEBUG, "cpu%u: PIC spurious interrupt", CPU->id); 132 132 #endif 133 133 }
Note:
See TracChangeset
for help on using the changeset viewer.