Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18263
b: refs/heads/master
c: 9c7d462
h: refs/heads/master
i:
  18261: eb48c40
  18259: 4b13d37
  18255: 9a23728
v: v3
  • Loading branch information
Dave Airlie authored and Dave Airlie committed Jan 12, 2006
1 parent 55d2330 commit 8ca0116
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aab8df141fdc4c4c9587521a24b6865390eaeb79
refs/heads/master: 9c7d462eda13ca211b7b4a62f191f4cfda135e2d
14 changes: 14 additions & 0 deletions trunk/drivers/char/drm/drmP.h
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,20 @@ static inline int drm_mtrr_del(int handle, unsigned long offset,

#else
#define drm_core_has_MTRR(dev) (0)

#define DRM_MTRR_WC 0

static inline int drm_mtrr_add(unsigned long offset, unsigned long size,
unsigned int flags)
{
return 0;
}

static inline int drm_mtrr_del(int handle, unsigned long offset,
unsigned long size, unsigned int flags)
{
return 0;
}
#endif

/******************************************************************/
Expand Down

0 comments on commit 8ca0116

Please sign in to comment.