Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79770
b: refs/heads/master
c: 4ec08da
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jan 30, 2008
1 parent 4798439 commit 7040b40
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 83 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: f8eeae682166e3b965dcdaf499932f4b63cc5b5d
refs/heads/master: 4ec08da02f0fda16fbc8dfa040568facaa576790
3 changes: 1 addition & 2 deletions trunk/arch/x86/ia32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
#

obj-$(CONFIG_IA32_EMULATION) := ia32entry.o sys_ia32.o ia32_signal.o tls32.o \
ia32_binfmt.o fpu32.o ptrace32.o syscall32.o syscall32_syscall.o \
mmap32.o
ia32_binfmt.o fpu32.o ptrace32.o syscall32.o syscall32_syscall.o

sysv-$(CONFIG_SYSVIPC) := ipc32.o
obj-$(CONFIG_IA32_EMULATION) += $(sysv-y)
Expand Down
79 changes: 0 additions & 79 deletions trunk/arch/x86/ia32/mmap32.c

This file was deleted.

2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/Makefile_64
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
obj-$(CONFIG_NUMA) += numa_64.o
obj-$(CONFIG_K8_NUMA) += k8topology_64.o
obj-$(CONFIG_ACPI_NUMA) += srat_64.o

obj-$(CONFIG_IA32_EMULATION) += mmap_32.o
4 changes: 4 additions & 0 deletions trunk/arch/x86/mm/mmap_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ static inline unsigned long mmap_base(struct mm_struct *mm)
* This function, called very early during the creation of a new
* process VM image, sets up which VM layout function to use:
*/
#ifdef CONFIG_X86_32
void arch_pick_mmap_layout(struct mm_struct *mm)
#else
void ia32_pick_mmap_layout(struct mm_struct *mm)
#endif
{
/*
* Fall back to the standard layout if the personality
Expand Down

0 comments on commit 7040b40

Please sign in to comment.