22 May, 2013

1 commit


01 Feb, 2013

1 commit

  • Having received another series of whitespace patches I decided to do this
    once and for all rather than dealing with this kind of patches trickling
    in forever.

    Signed-off-by: Ralf Baechle

    Ralf Baechle
     

29 Mar, 2012

1 commit


01 Nov, 2011

1 commit

  • We need to call out inclusion of smp.h, or with the module.h cleanup
    we'll get things like:

    arch/mips/loongson/common/platform.c:21: error: implicit declaration of function 'smp_processor_id'

    arch/mips/vr41xx/common/giu.c:84: error: implicit declaration of function 'smp_processor_id'

    arch/mips/vr41xx/common/rtc.c:85: error: implicit declaration of function 'smp_processor_id'

    Signed-off-by: Paul Gortmaker

    Paul Gortmaker
     

21 Sep, 2011

1 commit


29 Mar, 2011

2 commits


26 Mar, 2011

1 commit


07 Oct, 2010

1 commit

  • Add missing #inclusions of to a whole bunch of files that should
    really include it. Note that this can replace #inclusions of .

    This is required for the patch to sort out irqflags handling function naming to
    compile on MIPS.

    The problem is that these files require access to things like setup_irq() -
    which isn't available by #including

    Signed-off-by: David Howells
    Acked-by: Ralf Baechle

    David Howells
     

05 Aug, 2010

1 commit


13 Jan, 2010

1 commit


15 Dec, 2009

1 commit


03 Jul, 2009

1 commit


30 Mar, 2009

1 commit


16 Sep, 2008

1 commit


16 Jul, 2008

1 commit


28 Apr, 2008

1 commit


29 Jan, 2008

3 commits


27 Nov, 2007

1 commit


15 Nov, 2007

1 commit


20 Oct, 2007

1 commit


19 Oct, 2007

1 commit


12 Oct, 2007

7 commits


01 Aug, 2007

1 commit


13 Jul, 2007

3 commits


27 Apr, 2007

1 commit


27 Feb, 2007

1 commit

  • Many Makefiles in arch/mips have EXTRA_AFLAGS := $(CFLAGS) line. This
    is redundant while AFLAGS contains $(cflags-y) and any options only
    listed in CFLAGS (not in cflags-y) should be unnecessary for asm
    sources.

    Signed-off-by: Atsushi Nemoto
    Signed-off-by: Ralf Baechle

    Atsushi Nemoto
     

07 Feb, 2007

3 commits