Changeset 214ec25c in mainline for kernel/arch/amd64/src/debugger.c
- Timestamp:
- 2010-06-11T16:07:21Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b584cd4
- Parents:
- b3b7e14a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/debugger.c
rb3b7e14a r214ec25c 268 268 } 269 269 270 static void debug_exception( int n __attribute__((unused)), istate_t *istate)270 static void debug_exception(unsigned int n __attribute__((unused)), istate_t *istate) 271 271 { 272 272 /* Set RF to restart the instruction */ … … 293 293 294 294 #ifdef CONFIG_SMP 295 static void debug_ipi( int n __attribute__((unused)),295 static void debug_ipi(unsigned int n __attribute__((unused)), 296 296 istate_t *istate __attribute__((unused))) 297 297 {
Note:
See TracChangeset
for help on using the changeset viewer.