Re: Status of 2.6.22-rc3 ?
Kyle McMartin <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On Sun, May 27, 2007 at 10:58:44PM +0200, Helge Deller wrote: > diff --git a/arch/parisc/kernel/process.c b/arch/parisc/kernel/process.c > index 0dd3847..f9f2b39 100644 > --- a/arch/parisc/kernel/process.c > +++ b/arch/parisc/kernel/process.c > @@ -385,6 +385,8 @@ get_wchan(struct task_struct *p) > * These bracket the sleeping functions.. > */ > > +return 0; /* XXX */ > + Try without CONFIG_KALLSYMS, I think somehow Alexey's patch to simply kallsyms may have broken things for us. ffb45122766db220d0bf3d01848d575fbbcb6430 is the commit id. Cheers, Kyle