mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-04 22:28:04 +02:00
add powerpc64 to the list of archs that this test doesn't make sense on
This commit is contained in:
parent
017174085f
commit
2e9bd9ac18
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ int drm_addmap(drm_device_t * dev, unsigned int offset,
|
|||
switch (map->type) {
|
||||
case _DRM_REGISTERS:
|
||||
case _DRM_FRAME_BUFFER:
|
||||
#if !defined(__sparc__) && !defined(__alpha__) && !defined(__ia64__)
|
||||
#if !defined(__sparc__) && !defined(__alpha__) && !defined(__ia64__) && !defined(__powerpc64__)
|
||||
if (map->offset + map->size < map->offset ||
|
||||
map->offset < virt_to_phys(high_memory)) {
|
||||
drm_free(map, sizeof(*map), DRM_MEM_MAPS);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue