Re: [PATCH 1/3] sparc64: Fix gfp_flags setting in tsb_grow().

2013-02-19 Thread David Rientjes
On Wed, 20 Feb 2013, David Miller wrote: > > We should "|= more_flags" rather than "= more_flags". > > Reported-by: David Rientjes > Signed-off-by: David S. Miller Acked-by: David Rientjes -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH 1/3] sparc64: Fix gfp_flags setting in tsb_grow().

2013-02-19 Thread David Miller
We should "|= more_flags" rather than "= more_flags". Reported-by: David Rientjes Signed-off-by: David S. Miller --- arch/sparc/mm/tsb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sparc/mm/tsb.c b/arch/sparc/mm/tsb.c index 7f64743..428982b 100644 ---

[PATCH 1/3] sparc64: Fix gfp_flags setting in tsb_grow().

2013-02-19 Thread David Miller
We should |= more_flags rather than = more_flags. Reported-by: David Rientjes rient...@google.com Signed-off-by: David S. Miller da...@davemloft.net --- arch/sparc/mm/tsb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sparc/mm/tsb.c b/arch/sparc/mm/tsb.c index

Re: [PATCH 1/3] sparc64: Fix gfp_flags setting in tsb_grow().

2013-02-19 Thread David Rientjes
On Wed, 20 Feb 2013, David Miller wrote: We should |= more_flags rather than = more_flags. Reported-by: David Rientjes rient...@google.com Signed-off-by: David S. Miller da...@davemloft.net Acked-by: David Rientjes rient...@google.com -- To unsubscribe from this list: send the line