Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37504
b: refs/heads/master
c: c2604ce
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Sep 21, 2006
1 parent 7ec9a82 commit 4096ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 572225bedf8e39b5dd7cc687a51015edbb738401
refs/heads/master: c2604ce05853939cf712ebc5acc0da4011289346
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/drm_bufs.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ int drm_map_handle(drm_device_t *dev, drm_hash_item_t *hash,
unsigned long user_token, int hashed_handle)
{
int use_hashed_handle;
#if (BITS_PER_LONG == 64)
#if (BITS_PER_LONG == 64)
use_hashed_handle = ((user_token & 0xFFFFFFFF00000000UL) || hashed_handle);
#elif (BITS_PER_LONG == 32)
use_hashed_handle = hashed_handle;
Expand Down

0 comments on commit 4096ff7

Please sign in to comment.