You have 31. The last one is used for audio buffering
> 2) When the vesafb goes to mtrr_add its range (with the incorrect 1984k size)
> mtrr_add fails with -EINVAL. The code in vesafb_init then goes into a while
> loop with no exit, as each size mtrr fails.
> while (mtrr_add(video_base, temp_size, MTRR_TYPE_WRCOMB,
> 1)==-EINVAL) {
> temp_size >>= 1;
> }
Ok that one is the bug.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/