]> xenbits.xensource.com Git - people/dwmw2/xen.git/commit
[XEN] Can be built -std=gnu99 (except for .S files).
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 18 Oct 2006 13:46:48 +0000 (14:46 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 18 Oct 2006 13:46:48 +0000 (14:46 +0100)
commit3943db776371b40e0c93e1244669bc9b78f8bbf1
tree67ece81d381d8449636c719a8c7dca723f50d1e7
parent946eb2a9da1f63f87656726152ab427e112e392d
[XEN] Can be built -std=gnu99 (except for .S files).

Need to be careful with static initialisers:
 1. *_LOCK_UNLOCKED, CPU_MASK_* no longer include a cast
 2. Dynamic uses of the above are replaced by
    appropriate function invocations.

Signed-off-by: Keir Fraser <keir@xensource.com>
20 files changed:
Config.mk
xen/Rules.mk
xen/acm/acm_core.c
xen/arch/ia64/Rules.mk
xen/arch/ia64/linux-xen/smpboot.c
xen/arch/powerpc/Makefile
xen/arch/x86/Makefile
xen/arch/x86/io_apic.c
xen/arch/x86/irq.c
xen/arch/x86/oprofile/xenoprof.c
xen/common/domain.c
xen/common/page_alloc.c
xen/common/schedule.c
xen/drivers/char/console.c
xen/drivers/char/serial.c
xen/include/asm-ia64/linux-xen/asm/spinlock.h
xen/include/asm-powerpc/spinlock.h
xen/include/asm-x86/spinlock.h
xen/include/xen/cpumask.h
xen/include/xen/spinlock.h