mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
agp: more boolean conversions.
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
c725801292
commit
9516b030b4
6 changed files with 15 additions and 15 deletions
|
@ -77,7 +77,7 @@ struct agp_memory {
|
|||
u32 physical;
|
||||
bool is_bound;
|
||||
bool is_flushed;
|
||||
u8 vmalloc_flag;
|
||||
bool vmalloc_flag;
|
||||
};
|
||||
|
||||
#define AGP_NORMAL_MEMORY 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue