Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

agp: parisc-agp.c - use correct page_mask function

This commit:

Commit 2a4ceb6d3e6a566cb4a9dc8f974177f031d27cd7
Author: David Woodhouse <David.Woodhouse@intel.com>
Date: Mon Jul 27 10:27:29 2009 +0100
agp: Switch mask_memory() method to take address argument again, not page

broke the parisc AGP driver (again). This patch fixes it.

Signed-off-by: Helge Deller <deller@gmx.de>
Acked-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

authored by

Helge Deller and committed by
Kyle McMartin
4ef8774c 8cf06fc9

+1 -1
+1 -1
drivers/char/agp/parisc-agp.c
··· 217 217 .configure = parisc_agp_configure, 218 218 .fetch_size = parisc_agp_fetch_size, 219 219 .tlb_flush = parisc_agp_tlbflush, 220 - .mask_memory = parisc_agp_page_mask_memory, 220 + .mask_memory = parisc_agp_mask_memory, 221 221 .masks = parisc_agp_masks, 222 222 .agp_enable = parisc_agp_enable, 223 223 .cache_flush = global_cache_flush,