| | Date | Mon, 11 Oct 2004 15:19:26 +0200 | | From | Tim Cambrant <> | | Subject | Re: Unable to handle kernel paging request at virtual address 0000ed9c [was Re: 2.6.9-rc4-mm1] |
| |
On Mon, Oct 11, 2004 at 02:44:09PM +0200, Ramón Rey Vicente wrote: > > I get this with rc4-mm1 > > Unable to handle kernel paging request at virtual address 0000ed9c > ...
This problem is left since -mm3, and is (for now) fixed by reversing optimize-profile-path-slightly.patch. Do it like this:
cd /usr/src/linux wget ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.9-rc3/2.6.9-rc3-mm3/broken-out/optimize-profile-path-slightly.patch patch -R -p1 < optimize-profile-path-slightly.patch
--
Tim Cambrant <cambrant@acc.umu.se> http://www.acc.umu.se/~cambrant/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|