projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
596ecde
)
pud_t was introduced in kernel 2.6.11
author
Frank Mori Hess
<fmhess@speakeasy.net>
Wed, 23 Nov 2005 22:48:50 +0000
(22:48 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Wed, 23 Nov 2005 22:48:50 +0000
(22:48 +0000)
include/asm/pgtable.h
patch
|
blob
|
history
diff --git
a/include/asm/pgtable.h
b/include/asm/pgtable.h
index b883905bf1ab6bd516e976691f8db6fb1a48319e..eeea07e93f8bf577d78f600e9eb8672699969711 100644
(file)
--- a/
include/asm/pgtable.h
+++ b/
include/asm/pgtable.h
@@
-21,7
+21,7
@@
#include <linux/version.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,1
2
)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,1
1
)
#define pud_t pgd_t
#define pud_offset(pgd, start) (pgd)
#endif