source: trunk/packages/xen-3.1/xen-3.1/unmodified_drivers/linux-2.6/compat-include/asm-generic/pgtable-nopmd.h @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 369 bytes
Line 
1#ifndef _PGTABLE_NOPMD_H
2#define _PGTABLE_NOPMD_H
3
4#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,11)
5#error "This version of Linux should not need compat pgtable-nopmd.h"
6#endif
7
8#define pud_t             pgd_t
9#define pud_offset(d, va)     d
10#define pud_none(pud)         0
11#define pud_present(pud)      1
12#define PTRS_PER_PUD          1
13
14#endif /* _PGTABLE_NOPMD_H */
Note: See TracBrowser for help on using the repository browser.