556dcee7b8
Change all users of header files to correct path. Remove some unneeded headers for arch-v32. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
10 lines
257 B
C
10 lines
257 B
C
#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 */
|