Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318939
b: refs/heads/master
c: d55de60
h: refs/heads/master
i:
  318937: 4ca90c5
  318935: 40e0e36
v: v3
  • Loading branch information
Kirill Tkhai authored and David S. Miller committed Jul 9, 2012
1 parent e0a1c5c commit 387a684
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 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: 6a8ead0bf0b8d3c8d9107c268d2f29924d2f9840
refs/heads/master: d55de60564c90cfd5a55122772c9af7d34e4f665
17 changes: 0 additions & 17 deletions trunk/arch/sparc/kernel/sys_sparc_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,23 +66,6 @@ static inline int invalid_64bit_range(unsigned long addr, unsigned long len)
return 0;
}

/* Does start,end straddle the VA-space hole? */
static inline int straddles_64bit_va_hole(unsigned long start, unsigned long end)
{
unsigned long va_exclude_start, va_exclude_end;

va_exclude_start = VA_EXCLUDE_START;
va_exclude_end = VA_EXCLUDE_END;

if (likely(start < va_exclude_start && end < va_exclude_start))
return 0;

if (likely(start >= va_exclude_end && end >= va_exclude_end))
return 0;

return 1;
}

/* These functions differ from the default implementations in
* mm/mmap.c in two ways:
*
Expand Down

0 comments on commit 387a684

Please sign in to comment.