commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 2b4bff9914d57bff600ac70194b8b1aa


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 2b4bff9914d57bff600ac70194b8b1aab3485bee
Date: Tue, 30 Aug 2011 22:31:11 +0000

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  2b4bff9914d57bff600ac70194b8b1aab3485bee (commit)
       via  234a66c93eb7a783f4d25fc527a247f4151f95cb (commit)
       via  236c43adabc10512c2a31608b43c8701663e3100 (commit)
       via  fe350c42d5dcc4d46324dd28862a2bd7a0419498 (commit)
      from  5ddfd7847ae59181a1f8be94e7d9a7c6ed3c985a (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 2b4bff9914d57bff600ac70194b8b1aab3485bee
Author: Samuel Thibault <address@hidden>
Date:   Wed Aug 31 00:18:07 2011 +0200

    Fix declarations
    
    * device/ds_routines.h (io_done_list): Add variable declaration.
    (device_io_map): Keep variable declaration and move definition to...
    * device/ds_routines.c: ... here.
    * i386/i386/fpu.c: Include <i386/pic.h>
    (curr_ipl): Remove declaration.
    (fpintr): Add int unit parameter.
    * linux/dev/glue/glue.h: New header.
    * i386/i386/fpu.h (fpintr): Add function prototype.
    * i386/i386/hardclock.c (clock_interrupt, linux_timer_intr): Remove 
prototypes.
    [LINUX_DEV]: Include <linux/dev/glue/glue.h>
    * i386/i386/ipl.h (curr_ipl): Add declaration.
    * i386/i386/pic.h (curr_pic_mask, pic_mask, prtnull, intnull): Add
    declarations.
    * i386/i386at/kd.h (kdintr): Add declaration.
    * i386/i386at/pic_isa.c: Include <i386/fpu.h> and <i386at/kd.h>
    (intnull, fpintr, hardclock, kdintr, prtnull): Remove prototypes.
    * i386/xen/xen.c: Include <kern/mach_clock.h>
    (clock_interrupt): Remove prototype.
    * linux/dev/arch/i386/kernel/irq.c: Include <linux/dev/glue/glue.h> and
    <machine/machspl.h>
    (linux_timer_intr, splhigh, spl0, curr_ipl, curr_pic_mask, pic_mask,
    get_options): Remove declarations.
    * linux/dev/drivers/block/floppy.c: Include <linux/dev/glue/glue.h>
    (issig, get_options): Remove declarations.
    * linux/dev/drivers/block/genhd.c: Include <linux/dev/glue/glue.h>
    (linux_intr_pri): Remove declaration.
    * linux/dev/glue/block.c: Include <devices/ds_routines.h> and
    <linux/dev/glue/glue.h>.
    (device_io_map, blksize_size): Remove declarations.
    * linux/dev/glue/kmem.c: Include <kern/printf.h> and <linux/dev/glue/glue.h>
    (alloc_contig_mem, printf): Remove declarations.
    * linux/dev/glue/misc.c: Include <printf.h> and <linux/dev/glue/glue.h>
    (vm_map_lookup_entry, printf): Remove prototypes.
    * linux/dev/glue/net.c: Include <kern/printf.h>, <device/ds_routines.h> and
    <linux/dev/glue/glue.h>.
    (linux_intr_pri, io_done_list): Remove declarations.
    * linux/dev/init/main.c: Include <machine/model_dep.h> and
    <linux/dev/glue/glue.h>.
    (phys_last_addr, alloc_contig_mem, free_contig_mem, init_IRQ,
    restore_IRQ, startrtclock, linux_version_init, linux_kmem_init, pci_init,
    linux_net_emulation_init, device_setup, linux_printk, linux_timer_intr, 
spl0,
    splhigh, form_pic_mask, linux_bad_intr, prtnull, intnull, linux_sched_init,
    pcmcia_init): Remove declarations.
    * linux/dev/kernel/sched.c: Include <kern/printf.h>, <machine/machspl.h> and
    <linux/dev/glue/glue.h>.
    (alloc_contig_mem, free_contig_mem, splhigh, splx, linux_soft_intr, issig,
    printf, linux_auto_config): Remove prototypes.
    * linux/dev/kernel/softirq.c: Include <linux/dev/glue/glue.h>.
    * linux/src/drivers/block/floppy.c: Include <linux/dev/glue/glue.h>.
    (get_options): Remove prototype.
    * linux/src/init/main.c: Include <linux/dev/glue/glue.h>
    (init_IRQ): Remove prototype.

commit 234a66c93eb7a783f4d25fc527a247f4151f95cb
Author: Guillem Jover <address@hidden>
Date:   Tue Aug 30 03:09:33 2011 +0200

    Add linux_timer_intr function declaration
    
    * i386/i386/hardclock.c [LINUX_DEV] (linux_timer_intr): New prototype.

commit 236c43adabc10512c2a31608b43c8701663e3100
Author: Guillem Jover <address@hidden>
Date:   Tue Aug 30 03:09:32 2011 +0200

    Add missing headers
    
    * device/dev_pager.c: Include <device/memory_object_reply.user.h>.
    * linux/pcmcia-cs/glue/wireless_glue.h: Include <kern/debug.h>.

commit fe350c42d5dcc4d46324dd28862a2bd7a0419498
Author: Guillem Jover <address@hidden>
Date:   Tue Aug 30 03:09:31 2011 +0200

    Remove unused variable
    
    * i386/i386at/rtc.c (rtc): Remove variable.

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

Summary of changes:
 device/dev_pager.c                   |    1 +
 device/ds_routines.c                 |    2 +
 device/ds_routines.h                 |    4 ++-
 i386/i386/fpu.c                      |    4 +-
 i386/i386/fpu.h                      |    1 +
 i386/i386/hardclock.c                |    5 +++-
 i386/i386/ipl.h                      |    1 +
 i386/i386/pic.h                      |    4 +++
 i386/i386at/kd.h                     |    2 +
 i386/i386at/pic_isa.c                |    6 ++--
 i386/i386at/rtc.c                    |    1 -
 i386/xen/xen.c                       |    2 +-
 linux/dev/arch/i386/kernel/irq.c     |   13 +--------
 linux/dev/drivers/block/floppy.c     |    5 +--
 linux/dev/drivers/block/genhd.c      |    3 +-
 linux/dev/glue/block.c               |   10 +------
 linux/dev/glue/glue.h                |   44 ++++++++++++++++++++++++++++++++++
 linux/dev/glue/kmem.c                |    4 +-
 linux/dev/glue/misc.c                |    6 +---
 linux/dev/glue/net.c                 |    6 +++-
 linux/dev/init/main.c                |   26 +------------------
 linux/dev/kernel/sched.c             |   13 +++-------
 linux/dev/kernel/softirq.c           |    2 +
 linux/pcmcia-cs/glue/wireless_glue.h |    2 +
 linux/src/drivers/block/floppy.c     |    4 +-
 linux/src/init/main.c                |    3 +-
 26 files changed, 97 insertions(+), 77 deletions(-)
 create mode 100644 linux/dev/glue/glue.h


hooks/post-receive
-- 
GNU Mach



reply via email to

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