You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
257 B
10 lines
257 B
20 years ago
|
#ifndef _ASM_CRIS_ARCH_PGTABLE_H
|
||
|
#define _ASM_CRIS_ARCH_PGTABLE_H
|
||
|
|
||
|
/* Define the kernels virtual memory area. */
|
||
|
#define VMALLOC_START KSEG_D
|
||
|
#define VMALLOC_END KSEG_E
|
||
|
#define VMALLOC_VMADDR(x) ((unsigned long)(x))
|
||
|
|
||
|
#endif /* _ASM_CRIS_ARCH_PGTABLE_H */
|