Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269519
b: refs/heads/master
c: 9387f77
h: refs/heads/master
i:
  269517: ed05303
  269515: a2741e5
  269511: 20f1230
  269503: 0bf35c5
v: v3
  • Loading branch information
Borislav Petkov authored and H. Peter Anvin committed Aug 6, 2011
1 parent d63b82b commit f09d74c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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: 8fa8b035085e7320c15875c1f6b03b290ca2dd66
refs/heads/master: 9387f774d61b01ab71bade85e6d0bfab0b3419bd
4 changes: 0 additions & 4 deletions trunk/arch/x86/kernel/sys_x86_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
#include <asm/ia32.h>
#include <asm/syscalls.h>

struct __read_mostly va_alignment va_align = {
.flags = -1,
};

/*
* Align a virtual address to avoid aliasing in the I$ on AMD F15h.
*
Expand Down
5 changes: 4 additions & 1 deletion trunk/arch/x86/mm/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
#include <linux/sched.h>
#include <asm/elf.h>

struct __read_mostly va_alignment va_align = {
.flags = -1,
};

static unsigned int stack_maxrandom_size(void)
{
unsigned int max = 0;
Expand All @@ -42,7 +46,6 @@ static unsigned int stack_maxrandom_size(void)
return max;
}


/*
* Top of mmap area (just below the process stack).
*
Expand Down

0 comments on commit f09d74c

Please sign in to comment.