Re: [PATCH] Revert x86: add lapic_shutdown for x86_64

2007-10-29 Thread Thomas Gleixner
On Mon, 29 Oct 2007, Hiroshi Shimamoto wrote: > Arjan van de Ven wrote: > > On Mon, 29 Oct 2007 15:39:46 -0700 > > Hiroshi Shimamoto <[EMAIL PROTECTED]> wrote: > > > >> lapic_shutdown is useless on x86_64. > >> > > > > but since the goal is to get apic_32.c and apic_64.c to be more > > conv

Re: [PATCH] Revert x86: add lapic_shutdown for x86_64

2007-10-29 Thread Hiroshi Shimamoto
Arjan van de Ven wrote: > On Mon, 29 Oct 2007 15:39:46 -0700 > Hiroshi Shimamoto <[EMAIL PROTECTED]> wrote: > >> lapic_shutdown is useless on x86_64. >> > > but since the goal is to get apic_32.c and apic_64.c to be more > converging (to the point of becoming the same file)... isn't your pat

Re: [PATCH] Revert x86: add lapic_shutdown for x86_64

2007-10-29 Thread Arjan van de Ven
On Mon, 29 Oct 2007 15:39:46 -0700 Hiroshi Shimamoto <[EMAIL PROTECTED]> wrote: > lapic_shutdown is useless on x86_64. > but since the goal is to get apic_32.c and apic_64.c to be more converging (to the point of becoming the same file)... isn't your patch going in the opposite direction?