Changeset 077bc5b9 in mainline
- Timestamp:
- 2012-02-12T13:57:39Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ec12ab8
- Parents:
- 69114714
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/irq.c
r69114714 r077bc5b9 439 439 break; 440 440 case CMD_ACCEPT: 441 if (AS != current_as)442 as_switch(AS, current_as);443 441 return IRQ_ACCEPT; 444 442 case CMD_DECLINE: 445 443 default: 446 if (AS != current_as)447 as_switch(AS, current_as);448 444 return IRQ_DECLINE; 449 445 }
Note:
See TracChangeset
for help on using the changeset viewer.