diff options
| author | Arnd Bergmann <[email protected]> | 2023-10-09 23:18:43 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-10-17 10:17:02 +0200 |
| commit | b858a97bf0533eb94c6fd8a307df74a3e59a6bd2 (patch) | |
| tree | 3c0d0835c97bb4340c37047583b064c00484fa32 /tools/perf/scripts/python/libxed.py | |
| parent | 555624c0d10bf09c62c45a86a47e752013f86fb5 (diff) | |
vga16fb: drop powerpc support
I noticed that commit 0db5b61e0dc07 ("fbdev/vga16fb: Create
EGA/VGA devices in sysfb code") broke vga16fb on non-x86 platforms,
because the sysfb code never creates a vga-framebuffer device when
screen_info.orig_video_isVGA is set to '1' instead of VIDEO_TYPE_VGAC.
However, it turns out that the only architecture that has allowed
building vga16fb in the past 20 years is powerpc, and this only worked
on two 32-bit platforms and never on 64-bit powerpc. The last machine
that actually used this was removed in linux-3.10, so this is all dead
code and can be removed.
The big-endian support in vga16fb.c could also be removed, but I'd just
leave this in place.
Fixes: 933ee7119fb14 ("powerpc: remove PReP platform")
Reviewed-by: Javier Martinez Canillas <[email protected]>
Acked-by: Helge Deller <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions