Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79937
b: refs/heads/master
c: 954683a
h: refs/heads/master
i:
  79935: 588f6aa
v: v3
  • Loading branch information
Andrew Morton authored and Ingo Molnar committed Jan 30, 2008
1 parent cda35f5 commit 2863943
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: bb1ad8205be4cb95e3286d7442596da6fd70409f
refs/heads/master: 954683a2c19696114894384e34f858bb9f455b11
6 changes: 3 additions & 3 deletions trunk/arch/x86/mm/mmap_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define MIN_GAP (128*1024*1024)
#define MAX_GAP (TASK_SIZE/6*5)

static inline unsigned long mmap_base(void)
static unsigned long mmap_base(void)
{
unsigned long gap = current->signal->rlim[RLIMIT_STACK].rlim_cur;

Expand All @@ -54,7 +54,7 @@ static inline unsigned long mmap_base(void)
return TASK_SIZE - (gap & PAGE_MASK);
}

static inline int mmap_is_32(void)
static int mmap_is_32(void)
{
#ifdef CONFIG_IA32_EMULATION
if (test_thread_flag(TIF_IA32))
Expand All @@ -63,7 +63,7 @@ static inline int mmap_is_32(void)
return 0;
}

static inline int mmap_is_legacy(void)
static int mmap_is_legacy(void)
{
if (current->personality & ADDR_COMPAT_LAYOUT)
return 1;
Expand Down

0 comments on commit 2863943

Please sign in to comment.