commit | 7837e273df58cafb405a640364da4755b6d35c89 | [log] [tgz] |
---|---|---|
author | Yuri Zaporozhets <yuriz@vodafonemail.de> | Wed Oct 30 14:17:33 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 04 16:41:38 2024 -0600 |
tree | 111920089660aa8d9db49e3b3be264a5772b6275 | |
parent | d84e3d2630f9db9484ee8609e5d5e992fc5c5260 [diff] |
drivers/video/vesa: use MTRRs only on x86 MTRR functionality is available only on x86, so this driver cannot be compiled on other architectures. Fix this with preprocessor directives. Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net>