commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.8-112-g097f9cf


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-112-g097f9cf
Date: Mon, 11 Nov 2019 20:49:22 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  097f9cf735ffa1212b828682ad92f0f6c5f1c552 (commit)
      from  1fc9b4b56e8425f5f68c019b511189f25c82c122 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 097f9cf735ffa1212b828682ad92f0f6c5f1c552
Author: Samuel Thibault <address@hidden>
Date:   Mon Nov 11 23:50:03 2019 +0100

    irq: Add disabling counter
    
    * linux/dev/arch/i386/kernel/irq.c (ndisabled_irq): New array.
    (__disable_irq, __enable_irq): New functions, count with ndisabled_irq
    before really calling mask_irq/unmask_irq.
    (linux_pic_mask): New variable.
    (disable_irq, enable_irq): Manage linux_pic_mask and call
    __disable_irq/__enable_irq instead of calling mask_irq/unmask_irq.
    * linux/src/include/asm-i386/irq.h (__disable_irq, __enable_irq): New
    prototypes.

-----------------------------------------------------------------------

Summary of changes:
 linux/dev/arch/i386/kernel/irq.c | 55 +++++++++++++++++++++++++++++++++++++---
 linux/src/include/asm-i386/irq.h |  2 ++
 2 files changed, 53 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]