Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207146
b: refs/heads/master
c: 2dc1c40
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Nilsson committed Aug 4, 2010
1 parent 85bbbef commit 0fa7bab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 32e7a8ba8d435d03752be818a82748c5e3eadc36
refs/heads/master: 2dc1c40c6e81ba406f2f6b00fe5eecb4c7cf1197
8 changes: 8 additions & 0 deletions trunk/arch/cris/include/arch-v32/arch/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
#define _ASM_CRIS_ARCH_PGTABLE_H

/* Define the kernels virtual memory area. */

/* See head.S for differences between ARTPEC-3 and ETRAX FS. */
#ifdef CONFIG_CRIS_MACH_ARTPEC3
#define VMALLOC_START KSEG_E
#define VMALLOC_END KSEG_F
#else
#define VMALLOC_START KSEG_D
#define VMALLOC_END KSEG_E
#endif

#define VMALLOC_VMADDR(x) ((unsigned long)(x))

#endif /* _ASM_CRIS_ARCH_PGTABLE_H */

0 comments on commit 0fa7bab

Please sign in to comment.