Changeset 402fc8bf in mainline for generic/src/interrupt/interrupt.c


Ignore:
Timestamp:
2005-12-10T11:32:38Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
208189f
Parents:
aace6624
Message:

Removed unnecessary interrupts_disable from kconsole.
Fixed calling gets() with interrupts_disable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/interrupt/interrupt.c

    raace6624 r402fc8bf  
    100100                if (!((i+1) % 20)) {
    101101                        printf("Press any key to continue.");
     102                        spinlock_unlock(&exctbl_lock);
    102103                        getc(stdin);
     104                        spinlock_lock(&exctbl_lock);
    103105                        printf("\n");
    104106                }
Note: See TracChangeset for help on using the changeset viewer.