Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264841
b: refs/heads/master
c: 6be9dd1
h: refs/heads/master
i:
  264839: 7306bea
v: v3
  • Loading branch information
Paul Bolle authored and Jiri Kosina committed Oct 13, 2011
1 parent 370683f commit c9f2e4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 753306977e47b28f846078ce96e58a5e1ab8f3a5
refs/heads/master: 6be9dd121ddeca9dcfb35aee96273c92bbd28014
6 changes: 3 additions & 3 deletions trunk/arch/microblaze/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,11 @@ asmlinkage void __init mmu_init(void)
/* Map in all of RAM starting at CONFIG_KERNEL_START */
mapin_ram();

#ifdef HIGHMEM_START_BOOL
ioremap_base = HIGHMEM_START;
#ifdef CONFIG_HIGHMEM_START_BOOL
ioremap_base = CONFIG_HIGHMEM_START;
#else
ioremap_base = 0xfe000000UL; /* for now, could be 0xfffff000 */
#endif /* CONFIG_HIGHMEM */
#endif /* CONFIG_HIGHMEM_START_BOOL */
ioremap_bot = ioremap_base;

/* Initialize the context management stuff */
Expand Down

0 comments on commit c9f2e4d

Please sign in to comment.