Move MMIO drm_addmap (and code that depends on it) to xgi_bootstrap.
authorIan Romanick <idr@us.ibm.com>
Thu, 19 Jul 2007 18:05:13 +0000 (11:05 -0700)
committerIan Romanick <idr@us.ibm.com>
Thu, 19 Jul 2007 18:05:13 +0000 (11:05 -0700)
commit2f53ce4af2f7db911d908ff382738f30be004e8b
tree6dd10a1e15c6dd1e6157b359d3c75331eff8961b
parent5ba94c2ab8be350fee495e5cfe94afb8f663956a
Move MMIO drm_addmap (and code that depends on it) to xgi_bootstrap.

For reasons that I don't understand, the drm_addmap call would succeed
in xgi_driver_load, but writes to the map later would oops.  Moving it
to xgi_bootstrap fixes this problem.
linux-core/xgi_drv.c