Re: [PATCH 4/7] mips: mm/gup: add gup trace points

2015-12-02 Thread Ralf Baechle
On Tue, Dec 01, 2015 at 03:06:14PM -0800, Yang Shi wrote: > arch/mips/mm/gup.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/mips/mm/gup.c b/arch/mips/mm/gup.c > index 349995d..3c5b8c8 100644 > --- a/arch/mips/mm/gup.c > +++ b/arch/mips/mm/gup.c > @@ -12,6 +12,9 @@ > #inc

[PATCH 4/7] mips: mm/gup: add gup trace points

2015-12-01 Thread Yang Shi
Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Signed-off-by: Yang Shi --- arch/mips/mm/gup.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/mips/mm/gup.c b/arch/mips/mm/gup.c index 349995d..3c5b8c8 100644 --- a/arch/mips/mm/gup.c +++ b/arch/mips/mm/gup.c @@ -12,6 +12,9 @@ #inc