[PATCH] Fix voyager build issue

2007-11-17 Thread Peter Hagervall
Fix fallout from the x86 32/64-bit merge. asm-x86/setup_32.h no longer exists. Signed-off-by: Peter Hagervall <[EMAIL PROTECTED]> --- diff --git a/include/asm-x86/mach-voyager/setup_arch.h b/include/asm-x86/mach-voyager/setup_arch.h index 1710ae1..71729ca 100644 --- a/include/asm-x8

[PATCH] Fix voyager build issue

2007-11-17 Thread Peter Hagervall
Fix fallout from the x86 32/64-bit merge. asm-x86/setup_32.h no longer exists. Signed-off-by: Peter Hagervall [EMAIL PROTECTED] --- diff --git a/include/asm-x86/mach-voyager/setup_arch.h b/include/asm-x86/mach-voyager/setup_arch.h index 1710ae1..71729ca 100644 --- a/include/asm-x86/mach

[PATCH] Possible fix for git

2005-04-13 Thread Peter Hagervall
I noticed earlier today that I ran out of file descriptors when doing a 'git commit'. As far as I can see the following patch ought to take care of the problem. Signed-off-by: Peter Hagervall <[EMAIL PROTECTED]> --- --- read-cache.c +++ read-cache.c2005-04-13 12:51:52.0

[PATCH] Possible fix for git

2005-04-13 Thread Peter Hagervall
I noticed earlier today that I ran out of file descriptors when doing a 'git commit'. As far as I can see the following patch ought to take care of the problem. Signed-off-by: Peter Hagervall [EMAIL PROTECTED] --- --- read-cache.c +++ read-cache.c2005-04-13 12:51:52.0 +0200

[PATCH] drivers/media Sparse fixes

2005-03-14 Thread Peter Hagervall
Removes some sparse warnings on one-bit bitfields. Signed-off-by: Peter Hagervall <[EMAIL PROTECTED]> -- dvb/dvb-core/dvb_ca_en50221.c |6 +++--- video/cx88/cx88.h |4 ++-- video/msp3400.c |4 ++-- video/videocodec.h| 16 -

[PATCH] drivers/media Sparse fixes

2005-03-14 Thread Peter Hagervall
Removes some sparse warnings on one-bit bitfields. Signed-off-by: Peter Hagervall [EMAIL PROTECTED] -- dvb/dvb-core/dvb_ca_en50221.c |6 +++--- video/cx88/cx88.h |4 ++-- video/msp3400.c |4 ++-- video/videocodec.h| 16 4

[PATCH] A few more sparse fixes

2005-02-23 Thread Peter Hagervall
Signed-off-by: Peter Hagervall <[EMAIL PROTECTED]> -- = arch/i386/oprofile/backtrace.c 1.1 vs edited = --- 1.1/arch/i386/oprofile/backtrace.c 2005-01-05 03:48:23 +01:00 +++ edited/arch/i386/oprofile/backtrace.c 2005-02-21 16:02:15 +01:00 @@ -27,7 +27,7 @@ /* frame po

[PATCH] A few more sparse fixes

2005-02-23 Thread Peter Hagervall
Signed-off-by: Peter Hagervall [EMAIL PROTECTED] -- = arch/i386/oprofile/backtrace.c 1.1 vs edited = --- 1.1/arch/i386/oprofile/backtrace.c 2005-01-05 03:48:23 +01:00 +++ edited/arch/i386/oprofile/backtrace.c 2005-02-21 16:02:15 +01:00 @@ -27,7 +27,7 @@ /* frame pointers

[PATCH] Fix a few sparse warnings

2005-02-21 Thread Peter Hagervall
sound/pci/cmipci.c sound/pci/intel8x0m.c sound/pci/maestro3.c sound/pci/ali5451/ali5451.c sound/pci/ice1712/ice1712.h Signed-off-by: Peter Hagervall <[EMAIL PROTECTED]> -- = arch/i386/kernel/apm.c 1.72 vs edited = --- 1.72/arch/i386/kernel/apm.c 2005-01-21 06:02:11 +01:00 +++ edite

[PATCH] Fix a few sparse warnings

2005-02-21 Thread Peter Hagervall
sound/pci/cmipci.c sound/pci/intel8x0m.c sound/pci/maestro3.c sound/pci/ali5451/ali5451.c sound/pci/ice1712/ice1712.h Signed-off-by: Peter Hagervall [EMAIL PROTECTED] -- = arch/i386/kernel/apm.c 1.72 vs edited = --- 1.72/arch/i386/kernel/apm.c 2005-01-21 06:02:11 +01:00 +++ edited/arch

Re: [PATCH] Kill some sparse warnings

2005-02-15 Thread Peter Hagervall
On Tue, Feb 15, 2005 at 10:56:56PM +, Russell King wrote: > On Tue, Feb 15, 2005 at 11:45:53PM +0100, Peter Hagervall wrote: > > Cleaned up some address space issues in: > > This is wrong, and highlights a problem with the "remote" dma pool API. > dma_alloc_coh

[PATCH] Kill some sparse warnings

2005-02-15 Thread Peter Hagervall
Cleaned up some address space issues in: arch/i386(kernel/pci-dma.c drivers/base/dmapool.c fs/proc/base.c include/asm-generic/pci-dma-compat.h include/linux/dmapool.h kernel/stop_machine.c Signed-off-by: Peter Hagervall <[EMAIL PROTECTED]> = arch/i386/kernel/pci-dma.c 1.19 vs

[PATCH] Kill some sparse warnings

2005-02-15 Thread Peter Hagervall
Cleaned up some address space issues in: arch/i386(kernel/pci-dma.c drivers/base/dmapool.c fs/proc/base.c include/asm-generic/pci-dma-compat.h include/linux/dmapool.h kernel/stop_machine.c Signed-off-by: Peter Hagervall [EMAIL PROTECTED] = arch/i386/kernel/pci-dma.c 1.19 vs edited

Re: [PATCH] Kill some sparse warnings

2005-02-15 Thread Peter Hagervall
On Tue, Feb 15, 2005 at 10:56:56PM +, Russell King wrote: On Tue, Feb 15, 2005 at 11:45:53PM +0100, Peter Hagervall wrote: Cleaned up some address space issues in: This is wrong, and highlights a problem with the remote dma pool API. dma_alloc_coherent() normally returns CPU-local

[PATCH] arch/i386/kernel/pci-dma.c Remove some sparse warnings

2005-02-05 Thread Peter Hagervall
struct dma_coherent_mem { - void*virt_base; + void __iomem*virt_base; u32 device_base; int size; int flags; -- Peter Hagervall <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "

[PATCH] arch/i386/kernel/pci-dma.c Remove some sparse warnings

2005-02-05 Thread Peter Hagervall
/io.h struct dma_coherent_mem { - void*virt_base; + void __iomem*virt_base; u32 device_base; int size; int flags; -- Peter Hagervall [EMAIL PROTECTED] - To unsubscribe from this list: send the line

[PATCH] arch/i386/kernel/apic.c Kill a sparse warning

2005-02-01 Thread Peter Hagervall
+0100 @@ -518,8 +518,7 @@ * disable it down before re-entering the BIOS on shutdown. * Otherwise the BIOS may get confused and not power-off. */ -void -lapic_shutdown() +void lapic_shutdown(void) { if (!cpu_has_apic || !enabled_via_apicbase) return; -- Peter

[PATCH] arch/i386/kernel/apic.c Kill a sparse warning

2005-02-01 Thread Peter Hagervall
:35.0 +0100 @@ -518,8 +518,7 @@ * disable it down before re-entering the BIOS on shutdown. * Otherwise the BIOS may get confused and not power-off. */ -void -lapic_shutdown() +void lapic_shutdown(void) { if (!cpu_has_apic || !enabled_via_apicbase) return; -- Peter