On Fri, 04 Feb 2005 16:40:27 -0600
"Tom 'spot' Callaway" <[EMAIL PROTECTED]> wrote:

> My SS20 with a CG6 (TGX+) works fine in 2.4. When I attempt to run Xorg
> in 2.6 (specifically, 2.6.11-rc2-bk3), the Xorg.0.log claims that it is
> running, but the kernel has actually oopsed:

> Removing the if (srmmu_device_memory(pte_val(pte))) check stops the
> oops, but it doesn't make X work. The screen goes blank, but the X
> session never appears.

Remove the BUG() instead, and let it return ~0.  That makes it
so that copy_page_range() just copies device ptes over instead
of trying to lookup pages and stuff using the pfn.  The idea is
to return a bogus pfn so that pfn_valid() on it fails.
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to