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-108-ge45601b


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-108-ge45601b
Date: Sun, 10 Nov 2019 11:44:34 -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  e45601b0780b2c81a6448cdafd952cb98112b9f4 (commit)
      from  7f51764417ba51667ad5bfa0c1756eba4c1a8ad4 (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 e45601b0780b2c81a6448cdafd952cb98112b9f4
Author: Samuel Thibault <address@hidden>
Date:   Sun Nov 10 17:36:07 2019 +0100

    spl: Remove intpri array
    
    And simplify prtnull vs intnull vs linux_bad_intr.
    
    * i386/i386/ipl.h (intpri): Remove declaration
    * i386/i386/pic.c (prtnull_count): Remove variable.
    (prtnull): Remove function.
    * i386/i386/pic.h (prtnull): Remove declaration.
    * i386/i386at/autoconf.c (take_dev_irq, take_ctlr_irq): Use ivect instead of
    intpri to determine irq availability. Do not set intpri.
    * i386/i386at/pic_isa.c (ivect): Replace prtnull with intnull.
    (intpri): Remove array.
    * linux/dev/arch/i386/kernel/irq.c (linux_intr_pri): Remove variable.
    (linux_bad_intr): Remove function.
    (setup_x86_irq): Do not check intpri coherency. Do not set intpri. Set
    default ivect to intnull instead of linux_bad_intr.
    (probe_irq_on): Check ivect against intnull instead of linux_bad_intr.
    Do not set intpri.
    (probe_irq_off): Likewise.
    (reserve_mach_irqs): Do not check against prtnull.
    (old_clock_pri): Remove variable.
    (init_IRQ): Do not set intpri. Do not set ivect to linux_bad_intr.
    (restore_IRQ): Do not set ivect.
    * i386/i386/pit.c (clkstart): Do not set intpri.
    * i386/i386at/kd_mouse.c (kd_mouse_open, kd_mouse_close): Likewise.
    * linux/dev/drivers/block/genhd.c (device_setup): Do not set linux_intr_pri.
    * linux/dev/glue/block.c (init_partition, device_open): Likewise.
    * linux/dev/glue/net.c (device_open): Likewise.
    * linux/dev/glue/glue.h (linux_intr_pri, linux_bad_intr): Remove
    declarations.

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

Summary of changes:
 i386/i386/ipl.h                  |  1 -
 i386/i386/pic.c                  |  8 -------
 i386/i386/pic.h                  |  1 -
 i386/i386/pit.c                  |  2 --
 i386/i386at/autoconf.c           | 10 ++++----
 i386/i386at/kd_mouse.c           |  4 ----
 i386/i386at/pic_isa.c            |  9 +------
 linux/dev/arch/i386/kernel/irq.c | 52 ++++------------------------------------
 linux/dev/drivers/block/genhd.c  |  6 -----
 linux/dev/glue/block.c           |  2 --
 linux/dev/glue/glue.h            |  2 --
 linux/dev/glue/net.c             |  1 -
 12 files changed, 9 insertions(+), 89 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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