Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87191
b: refs/heads/master
c: 2ac7401
h: refs/heads/master
i:
  87189: d0768f8
  87187: 822308c
  87183: 3830a38
v: v3
  • Loading branch information
Ralf Baechle committed Mar 12, 2008
1 parent cb000c8 commit 262edc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 234fcd1484a66158b561b36b421547f0ab85fee9
refs/heads/master: 2ac7401d11370b7a8e3a1c74aac03a021fd61048
1 change: 0 additions & 1 deletion trunk/include/asm-mips/highmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ extern pte_t *pkmap_page_table;
* easily, subsequent pte tables have to be allocated in one physical
* chunk of RAM.
*/
#define PKMAP_BASE (0xfe000000UL)
#define LAST_PKMAP 1024
#define LAST_PKMAP_MASK (LAST_PKMAP-1)
#define PKMAP_NR(virt) ((virt-PKMAP_BASE) >> PAGE_SHIFT)
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-mips/pgtable-32.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ extern int add_temporary_entry(unsigned long entrylo0, unsigned long entrylo1,

#define VMALLOC_START MAP_BASE

#define PKMAP_BASE (0xfe000000UL)

#ifdef CONFIG_HIGHMEM
# define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE)
#else
Expand Down

0 comments on commit 262edc7

Please sign in to comment.