Subversion Repositories Kolibri OS

Rev

Rev 521 | Rev 566 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 521 Rev 546
Line 1... Line 1...
1
$Revision: 521 $
1
$Revision: 546 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 718... Line 718...
718
        cmp     [flp_status], esi
718
        cmp     [flp_status], esi
719
        jnz     @f
719
        jnz     @f
720
        mov     [flp_status], 0
720
        mov     [flp_status], 0
721
@@:
721
@@:
722
        pop     esi
722
        pop     esi
-
 
723
        cmp     [bgrlockpid], esi
-
 
724
        jnz     @f
-
 
725
        and     [bgrlockpid], 0
-
 
726
        mov     [bgrlock], 0
-
 
727
@@:
Line 723... Line 728...
723
 
728
 
724
    pusha ; remove all irq reservations
729
    pusha ; remove all irq reservations
725
    mov   eax,esi
730
    mov   eax,esi
726
    shl   eax, 5
731
    shl   eax, 5