On Wed, May 25, 2005 at 02:14:56PM +0200, Alexander Nyberg wrote:
> ons 2005-05-25 klockan 02:07 -0700 skrev Andrew Morton:
> > Alexander Nyberg <[email protected]> wrote:
> > >
> > > -extern void machine_crash_shutdown(void);
> > > +extern void machine_crash_shutdown(struct pt_regs *);
> >
> > That'll break x86_64, ppc, ppc64 and s/390.
>
> I'm such an idiot.
>
> Make sure all arches take pt_regs * as argument to
> machine_crash_shutdown(). (now cross-compiled on above arches except
> s/390).
>
Alexander, I face following warning if I build my kernel without HIGHMEM
support. Fianally linker fails in the end.
CC kernel/kexec.o
kernel/kexec.c: In function `kexec_should_crash':
kernel/kexec.c:37: warning: implicit declaration of function `in_interrupt'
If I include HIGHMEM support, it compiles fine.
You might have to include include/linux/hardirq.h in kexec.c to
resolve the problem.
Thanks
Vivek
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]