Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318950
b: refs/heads/master
c: c966a33
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Jul 26, 2012
1 parent ab6800d commit b538dc7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: d884297acac228f15a793850be167ba8f9dd3818
refs/heads/master: c966a337fade515052121e6c3c32f38b463d5205
3 changes: 1 addition & 2 deletions trunk/arch/sparc/include/asm/page_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ typedef unsigned long iopgprot_t;

typedef struct page *pgtable_t;

extern unsigned long sparc_unmapped_base;
#define TASK_UNMAPPED_BASE sparc_unmapped_base
#define TASK_UNMAPPED_BASE 0x50000000

#else /* !(__ASSEMBLY__) */

Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/sparc/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ unsigned long pfn_base;
EXPORT_SYMBOL(pfn_base);

struct sparc_phys_banks sp_banks[SPARC_PHYS_BANKS+1];
unsigned long sparc_unmapped_base;

struct pgtable_cache_struct pgt_quicklists;

Expand Down Expand Up @@ -297,7 +296,6 @@ void __init paging_init(void)
case sun4m:
case sun4d:
srmmu_paging_init();
sparc_unmapped_base = 0x50000000;
break;
default:
prom_printf("paging_init: Cannot init paging on this Sparc\n");
Expand Down

0 comments on commit b538dc7

Please sign in to comment.