]> git.baikalelectronics.ru Git - kernel.git/commit
fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.c
authorThomas Gleixner <tglx@linutronix.de>
Mon, 20 Oct 2008 22:47:45 +0000 (00:47 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2008 23:15:14 +0000 (16:15 -0700)
commit551820c459603810749558e3c886cf525ab97c2b
treefbe927834967aec52dddaaa87d5bd5f048d46e6c
parent0f0e4a4df19623dfe1466d24a97c17154a3ce5f0
fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.c

commit f976e7366edff900bbeb565eef366ee9e0e447e4 ("i915: cleanup coding
horrors in i915_gem_gtt_pwrite()")

broke the i386 build for CONFIG_HIGHMEM=y.

Caught by automatic testing http://www.tglx.de/autoqa-logs/000137-0006-0001.log

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
[ My bad. It's the same patch I sent out earlier, nobody noticed then either.. ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpu/drm/i915/i915_gem.c