22 Mar, 2006

2 commits


04 Jan, 2006

1 commit

  • arch/arm/kernel/entry-armv.S has contained a comment suggesting
    that asm/hardware.h and asm/arch/irqs.h should be moved into the
    asm/arch/entry-macro.S include. So move the includes to these
    two files as required.

    Add missing includes (asm/hardware.h, asm/io.h) to asm/arch/system.h
    includes which use those facilities, and remove asm/io.h from
    kernel/process.c.

    Remove other unnecessary includes from arch/arm/kernel, arch/arm/mm
    and arch/arm/mach-footbridge.

    Signed-off-by: Russell King

    Russell King
     

16 Nov, 2005

1 commit


30 Oct, 2005

1 commit


28 Oct, 2005

1 commit


29 Sep, 2005

1 commit


03 May, 2005

1 commit


17 Apr, 2005

2 commits

  • Fix debug EBSA285 and RiscPC debugging macros to detect whether the
    MMU is enabled.

    Signed-off-by: Russell King

    Russell King
     
  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds