diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-07-29 09:28:45 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-08-03 09:04:57 +0100 |
commit | f692775d7e0a22477143cd884e45c955448ac7d2 (patch) | |
tree | 8a801ec8cede89e694a9f4feaf8050642609ad27 /include/linux/agp_backend.h | |
parent | 91b8e3056bf9107b688eb076c9b804171364db71 (diff) | |
download | talos-obmc-linux-f692775d7e0a22477143cd884e45c955448ac7d2.tar.gz talos-obmc-linux-f692775d7e0a22477143cd884e45c955448ac7d2.zip |
intel-agp: fix sglist allocation to avoid vmalloc()
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include/linux/agp_backend.h')
-rw-r--r-- | include/linux/agp_backend.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h index 8a294d65b9b1..880130f7311f 100644 --- a/include/linux/agp_backend.h +++ b/include/linux/agp_backend.h @@ -80,7 +80,6 @@ struct agp_memory { bool is_bound; bool is_flushed; bool vmalloc_flag; - bool sg_vmalloc_flag; /* list of agp_memory mapped to the aperture */ struct list_head mapped_list; /* DMA-mapped addresses */ |