[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel problems--won't boot new kernel



THAT DID IT!  I'm happy now, I have SMP on the sparc!

> 2.2.8 introduced a big problem, which is fixed in 2.2.9.  If you want,
> you can get 2.2.7 working with the attached patch.
> 
> 
> Index: arch/sparc/mm/iommu.c
> --- arch/sparc/mm/iommu.c       1998/04/15 14:58:37     1.9
> +++ arch/sparc/mm/iommu.c       1999/05/07 05:32:04
> @@ -118,6 +119,7 @@
>                                 if (ia[i].addr <= ia[l].addr) {
>                                         ia[i].next = l;
>                                         ia[m].next = i;
> +                                       break;
>                                 }
>                         if (l == -1)
>                                 ia[m].next = i;


Reply to: