Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28008
b: refs/heads/master
c: 2c23d62
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed May 21, 2006
1 parent 8e681a6 commit 68f6c97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 3ac6c7b44560fdf2ea8865536bd52d4ff038107e
refs/heads/master: 2c23d62abb820e19c54012520f08a198c2233a85
8 changes: 4 additions & 4 deletions trunk/include/asm-x86_64/mtrr.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#define _LINUX_MTRR_H

#include <linux/ioctl.h>
#include <linux/compat.h>

#define MTRR_IOCTL_BASE 'M'

Expand Down Expand Up @@ -101,11 +100,10 @@ static __inline__ int mtrr_del_page (int reg, unsigned long base,
return -ENODEV;
}

# endif

#endif
#endif /* CONFIG_MTRR */

#ifdef CONFIG_COMPAT
#include <linux/compat.h>

struct mtrr_sentry32
{
Expand Down Expand Up @@ -137,4 +135,6 @@ struct mtrr_gentry32

#endif /* CONFIG_COMPAT */

#endif /* __KERNEL__ */

#endif /* _LINUX_MTRR_H */

0 comments on commit 68f6c97

Please sign in to comment.