Changeset f4c2b6a in mainline for kernel/arch/sparc64/src/trap/interrupt.c
- Timestamp:
- 2008-06-03T14:59:48Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4fb51
- Parents:
- b63f8569
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/trap/interrupt.c
rb63f8569 rf4c2b6a 98 98 */ 99 99 #ifdef CONFIG_DEBUG 100 printf("cpu% d: spurious interrupt (intrcv=%#llx, "101 " data0=%#llx)\n", CPU->id, intrcv, data0);100 printf("cpu%u: spurious interrupt (intrcv=%#" PRIx64 101 ", data0=%#" PRIx64 ")\n", CPU->id, intrcv, data0); 102 102 #endif 103 103 }
Note:
See TracChangeset
for help on using the changeset viewer.