diff options
author | Andrew Morton <akpm@osdl.org> | 2006-08-13 21:35:15 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-09-21 15:32:32 -0400 |
commit | a1d0fcf5a1cf56ae4711c7e0f857832724a67e8b (patch) | |
tree | 2773f67ec366cecdf18de83a0df867ce7164fe93 /drivers/char/drm/drm_sman.h | |
parent | c29b669caae4ed1630ef479e54bdde126a0378ec (diff) |
drm: remove FALSE/TRUE that snuck in with simple memory manager changes.
Thanks to Andrew Morton for pointing these out, I've fixed a few his patch
missed.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/drm_sman.h')
-rw-r--r-- | drivers/char/drm/drm_sman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/drm/drm_sman.h b/drivers/char/drm/drm_sman.h index 7c48360f114e..ddc732a1bf27 100644 --- a/drivers/char/drm/drm_sman.h +++ b/drivers/char/drm/drm_sman.h | |||
@@ -148,7 +148,7 @@ extern drm_memblock_item_t *drm_sman_alloc(drm_sman_t * sman, | |||
148 | extern int drm_sman_free_key(drm_sman_t * sman, unsigned int key); | 148 | extern int drm_sman_free_key(drm_sman_t * sman, unsigned int key); |
149 | 149 | ||
150 | /* | 150 | /* |
151 | * returns TRUE iff there are no stale memory blocks associated with this owner. | 151 | * returns 1 iff there are no stale memory blocks associated with this owner. |
152 | * Typically called to determine if we need to idle the hardware and call | 152 | * Typically called to determine if we need to idle the hardware and call |
153 | * drm_sman_owner_cleanup. If there are no stale memory blocks, it removes all | 153 | * drm_sman_owner_cleanup. If there are no stale memory blocks, it removes all |
154 | * resources associated with owner. | 154 | * resources associated with owner. |