]> git.baikalelectronics.ru Git - kernel.git/commit
x86: i915 needs pgprot_writecombine() and is_io_mapping_possible()
authorIngo Molnar <mingo@elte.hu>
Sat, 28 Feb 2009 13:09:27 +0000 (14:09 +0100)
committerIngo Molnar <mingo@elte.hu>
Sat, 28 Feb 2009 13:22:44 +0000 (14:22 +0100)
commit989f2814ca24fd2cde2ba968a84290f23d5ef196
treee595675e24fba414396dd1efcef380bfa932beaa
parent80536243c06896115c2a1bd34a76e4c8f35c560e
x86: i915 needs pgprot_writecombine() and is_io_mapping_possible()

Impact: build fix

Theodore Ts reported that the i915 driver needs these symbols:

 ERROR: "pgprot_writecombine" [drivers/gpu/drm/i915/i915.ko] undefined!
 ERROR: "is_io_mapping_possible" [drivers/gpu/drm/i915/i915.ko] undefined!

Reported-by: Theodore Ts'o <tytso@mit.edu> wrote:
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/iomap_32.c
arch/x86/mm/pat.c