Re: [PATCH 1/3] x86: add lapic_shutdown for x86_64

2007-10-29 Thread Hiroshi Shimamoto
Eric W. Biederman wrote: > Hiroshi Shimamoto <[EMAIL PROTECTED]> writes: > >>> Do we really have to introduce this function for 64bit? I remember some >>> issues were faced on i386 w.r.t kernel enabling the LAPIC against the >>> wishes of BIOS hence kernel was disabling it while shutting down. No

Re: [PATCH 1/3] x86: add lapic_shutdown for x86_64

2007-10-24 Thread Eric W. Biederman
Hiroshi Shimamoto <[EMAIL PROTECTED]> writes: >> Do we really have to introduce this function for 64bit? I remember some >> issues were faced on i386 w.r.t kernel enabling the LAPIC against the >> wishes of BIOS hence kernel was disabling it while shutting down. No >> such problems were reported f

Re: [PATCH 1/3] x86: add lapic_shutdown for x86_64

2007-10-24 Thread Hiroshi Shimamoto
Vivek Goyal wrote: > On Fri, Oct 19, 2007 at 06:21:11PM -0700, Hiroshi Shimamoto wrote: >> From: Hiroshi Shimamoto <[EMAIL PROTECTED]> >> >> Signed-off-by: Hiroshi Shimamoto <[EMAIL PROTECTED]> >> --- >> arch/x86/kernel/apic_64.c | 14 ++ >> include/asm-x86/apic_64.h |1 + >> 2 f

Re: [PATCH 1/3] x86: add lapic_shutdown for x86_64

2007-10-23 Thread Vivek Goyal
On Fri, Oct 19, 2007 at 06:21:11PM -0700, Hiroshi Shimamoto wrote: > From: Hiroshi Shimamoto <[EMAIL PROTECTED]> > > Signed-off-by: Hiroshi Shimamoto <[EMAIL PROTECTED]> > --- > arch/x86/kernel/apic_64.c | 14 ++ > include/asm-x86/apic_64.h |1 + > 2 files changed, 15 insertions

Re: [PATCH 1/3] x86: add lapic_shutdown for x86_64

2007-10-19 Thread Hiroshi Shimamoto
From: Hiroshi Shimamoto <[EMAIL PROTECTED]> Signed-off-by: Hiroshi Shimamoto <[EMAIL PROTECTED]> --- arch/x86/kernel/apic_64.c | 14 ++ include/asm-x86/apic_64.h |1 + 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/api