git: drm/radeon: Correct PAGE_MASK usage in radeon_vm_map_gart().
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Mon Feb 23 02:04:38 PST 2015
commit 5285ee478c04b1a8002777fdee823a94d5f5f1b7
Author: Imre Vadasz <imre at vdsz.com>
Date: Mon Feb 23 11:00:33 2015 +0100
drm/radeon: Correct PAGE_MASK usage in radeon_vm_map_gart().
* Linux defines PAGE_MASK to be (~(PAGE_SIZE - 1)), whereas our kernel
defines it as (PAGE_SIZE - 1).
Taken-from: OpenBSD
Summary of changes:
sys/dev/drm/radeon/radeon_gart.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5285ee478c04b1a8002777fdee823a94d5f5f1b7
--
DragonFly BSD source repository
More information about the Commits
mailing list