2008-07-25 06:52:27

by Jaswinder Singh Rajput

[permalink] [raw]
Subject: [git pull] x86: patches for tip/x86/prototypes

Hello Ingo,

Please pull these patches for tip/x86/prototypes.

I have also verify that these are merge-able with tip/master and working.

The following changes since commit 71e3b818431957371c7f69fa1c576d4a403c1478:
Jaswinder Singh (1):
x86: mach-default/setup.c declare no_broadcast before they get used

are available in the git repository at:

git://git.infradead.org/users/jaswinder/linux-2.6-tip.git x86/prototypes-for-tip

Jaswinder Singh (6):
x86_64: Declare new_utsname in asm-x86/syscalls.h
X86_32: declare pt_regs_access as unsigned long
X86_SMP: smp.c declare functions before they get used
X86_SMP: smpboot.c declare idle_thread_array and smp_b_stepping as static
X86_SMP: ipi.c declare functions before they get used
X86_SMP: tlb_XX.c declare smp_invalidate_interrupt before they get used

arch/x86/kernel/ipi.c | 3 ++-
arch/x86/kernel/ptrace.c | 2 +-
arch/x86/kernel/smpboot.c | 4 ++--
include/asm-x86/hw_irq.h | 10 ++++++++++
include/asm-x86/syscalls.h | 2 +-
5 files changed, 16 insertions(+), 5 deletions(-)


2008-07-26 15:04:34

by Ingo Molnar

[permalink] [raw]
Subject: Re: [git pull] x86: patches for tip/x86/prototypes


* Jaswinder Singh <[email protected]> wrote:

> Hello Ingo,
>
> Please pull these patches for tip/x86/prototypes.
>
> I have also verify that these are merge-able with tip/master and working.
>
> The following changes since commit 71e3b818431957371c7f69fa1c576d4a403c1478:
> Jaswinder Singh (1):
> x86: mach-default/setup.c declare no_broadcast before they get used
>
> are available in the git repository at:
>
> git://git.infradead.org/users/jaswinder/linux-2.6-tip.git x86/prototypes-for-tip
>
> Jaswinder Singh (6):
> x86_64: Declare new_utsname in asm-x86/syscalls.h
> X86_32: declare pt_regs_access as unsigned long
> X86_SMP: smp.c declare functions before they get used
> X86_SMP: smpboot.c declare idle_thread_array and smp_b_stepping as static
> X86_SMP: ipi.c declare functions before they get used
> X86_SMP: tlb_XX.c declare smp_invalidate_interrupt before they get used

pulled into tip/x86/prototypes - thanks Jaswinder.

Ingo