Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247898
b: refs/heads/master
c: eb485d6
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Apr 21, 2011
1 parent 892d6bc commit be0f5d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 7671fa22af7a8a066663d93117c866672bd211c8
refs/heads/master: eb485d6414fa1ca45282183afb6d6cfb8dbe18e2
6 changes: 4 additions & 2 deletions trunk/arch/sparc/include/asm/pgtable_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* Copyright (C) 1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/

#include <linux/const.h>

#ifndef __ASSEMBLY__
#include <asm-generic/4level-fixup.h>

Expand Down Expand Up @@ -456,9 +458,9 @@ extern int io_remap_pfn_range(struct vm_area_struct *vma,

#endif /* !(__ASSEMBLY__) */

#define VMALLOC_START 0xfe600000
#define VMALLOC_START _AC(0xfe600000,UL)
/* XXX Alter this when I get around to fixing sun4c - Anton */
#define VMALLOC_END 0xffc00000
#define VMALLOC_END _AC(0xffc00000,UL)


/* We provide our own get_unmapped_area to cope with VA holes for userland */
Expand Down

0 comments on commit be0f5d6

Please sign in to comment.