Re: [PATCH] [IA64] Include kexec.h in arch/ia64/kernel/process.c

2007-02-07 Thread Randy Dunlap
On Thu, 8 Feb 2007 11:19:03 +0900 Horms wrote: > On Wed, Feb 07, 2007 at 09:07:40AM -0800, Luck, Tony wrote: > > > kexec.h is needed by arch/ia64/kernel/process.c so for the > > > declaration of kexec_disable_iosapic() which is used in > > > machine_shutdown(). > > > > > +#include > > > > I

Re: [PATCH] [IA64] Include kexec.h in arch/ia64/kernel/process.c

2007-02-07 Thread Horms
On Wed, Feb 07, 2007 at 09:07:40AM -0800, Luck, Tony wrote: > > kexec.h is needed by arch/ia64/kernel/process.c so for the > > declaration of kexec_disable_iosapic() which is used in > > machine_shutdown(). > > > +#include > > I merged this into your earlier change (moving machine_shutdown()

RE: [PATCH] [IA64] Include kexec.h in arch/ia64/kernel/process.c

2007-02-07 Thread Luck, Tony
> kexec.h is needed by arch/ia64/kernel/process.c so for the > declaration of kexec_disable_iosapic() which is used in machine_shutdown(). > +#include I merged this into your earlier change (moving machine_shutdown() into process.c). Linus pulled it last night. I also added a "#ifdef

RE: [PATCH] [IA64] Include kexec.h in arch/ia64/kernel/process.c

2007-02-07 Thread Luck, Tony
kexec.h is needed by arch/ia64/kernel/process.c so for the declaration of kexec_disable_iosapic() which is used in machine_shutdown(). +#include asm/kexec.h I merged this into your earlier change (moving machine_shutdown() into process.c). Linus pulled it last night. I also added a #ifdef

Re: [PATCH] [IA64] Include kexec.h in arch/ia64/kernel/process.c

2007-02-07 Thread Horms
On Wed, Feb 07, 2007 at 09:07:40AM -0800, Luck, Tony wrote: kexec.h is needed by arch/ia64/kernel/process.c so for the declaration of kexec_disable_iosapic() which is used in machine_shutdown(). +#include asm/kexec.h I merged this into your earlier change (moving machine_shutdown()

Re: [PATCH] [IA64] Include kexec.h in arch/ia64/kernel/process.c

2007-02-07 Thread Randy Dunlap
On Thu, 8 Feb 2007 11:19:03 +0900 Horms wrote: On Wed, Feb 07, 2007 at 09:07:40AM -0800, Luck, Tony wrote: kexec.h is needed by arch/ia64/kernel/process.c so for the declaration of kexec_disable_iosapic() which is used in machine_shutdown(). +#include asm/kexec.h I merged