Changeset 077bc5b9 in mainline


Ignore:
Timestamp:
2012-02-12T13:57:39Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ec12ab8
Parents:
69114714
Message:

Remove left-over stuff not removed by the previous changeset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/irq.c

    r69114714 r077bc5b9  
    439439                        break;
    440440                case CMD_ACCEPT:
    441                         if (AS != current_as)
    442                                 as_switch(AS, current_as);
    443441                        return IRQ_ACCEPT;
    444442                case CMD_DECLINE:
    445443                default:
    446                         if (AS != current_as)
    447                                 as_switch(AS, current_as);
    448444                        return IRQ_DECLINE;
    449445                }
Note: See TracChangeset for help on using the changeset viewer.