From: Rik van Riel
Date: Tue, 06 Nov 2012 02:30:07 -0500
> On 11/05/2012 08:25 PM, David Miller wrote:
>> From: Michel Lespinasse
>> Date: Mon, 5 Nov 2012 14:47:12 -0800
>>
>>> Update the sparc32 arch_get_unmapped_area function to make use of
>>> vm_unmapped_area() instead of implementing a bru
On 11/05/2012 08:25 PM, David Miller wrote:
From: Michel Lespinasse
Date: Mon, 5 Nov 2012 14:47:12 -0800
Update the sparc32 arch_get_unmapped_area function to make use of
vm_unmapped_area() instead of implementing a brute force search.
Signed-off-by: Michel Lespinasse
Hmmm...
- if
On Mon, Nov 5, 2012 at 5:25 PM, David Miller wrote:
> From: Michel Lespinasse
> Date: Mon, 5 Nov 2012 14:47:12 -0800
>
>> Update the sparc32 arch_get_unmapped_area function to make use of
>> vm_unmapped_area() instead of implementing a brute force search.
>>
>> Signed-off-by: Michel Lespinasse
From: Michel Lespinasse
Date: Mon, 5 Nov 2012 14:47:12 -0800
> Update the sparc32 arch_get_unmapped_area function to make use of
> vm_unmapped_area() instead of implementing a brute force search.
>
> Signed-off-by: Michel Lespinasse
Hmmm...
> - if (flags & MAP_SHARED)
> - add
On 11/05/2012 05:47 PM, Michel Lespinasse wrote:
Update the sparc32 arch_get_unmapped_area function to make use of
vm_unmapped_area() instead of implementing a brute force search.
Signed-off-by: Michel Lespinasse
Reviewed-by: Rik van Riel
--
To unsubscribe from this list: send the line "uns
Update the sparc32 arch_get_unmapped_area function to make use of
vm_unmapped_area() instead of implementing a brute force search.
Signed-off-by: Michel Lespinasse
---
arch/sparc/kernel/sys_sparc_32.c | 24 +---
1 files changed, 9 insertions(+), 15 deletions(-)
diff --git
6 matches
Mail list logo