22 Mar, 2006

2 commits

  • asm/arch/irq.h used to be included from asm/irq.h, but was removed
    from the ARM kernel a long time ago. Consequently, the contents
    of asm/arch/irq.h (which mostly contain a definition for fixup_irq())
    have not been used. Hence, remove asm/arch/irq.h.

    Some machine support files incorrectly included this file, making
    little or no use of the contents. Move the contents to a local
    include file, and remove those include statements as well.

    Signed-off-by: Russell King

    Russell King
     
  • Move the HZ definition into Kconfig, and set appropriate defaults
    for platforms. Remove mostly empty asm/arch/param.h include file.

    Signed-off-by: Russell King

    Russell King
     

04 Jan, 2006

3 commits


30 Oct, 2005

1 commit


28 Oct, 2005

1 commit


15 Sep, 2005

1 commit


03 May, 2005

1 commit


17 Apr, 2005

1 commit

  • 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