30 Jan, 2008

2 commits

  • This patch renames bt_ioremap to early_ioremap, which is used in
    x86_64. This makes it easier to merge i386 and x86_64 usage.

    [ mingo@elte.hu: fix ]

    Signed-off-by: Huang Ying
    Signed-off-by: Ingo Molnar
    Signed-off-by: Thomas Gleixner

    Huang, Ying
     
  • dmi_alloc() for CONFIG_X86_64 is defined to allocate from a static array
    and it maintains a allocation index which is advanced each time allocation
    is attempted - it gets incremented even if an allocation fails thereby
    depriving any future request that may be small enough to be satisfied from
    the array.

    Fix this by first testing if allocation is going to be possible and
    incrementing alloc index only then.

    Signed-off-by: Parag Warudkar
    Signed-off-by: Ingo Molnar
    Signed-off-by: Thomas Gleixner

    Parag Warudkar
     

18 Oct, 2007

1 commit


11 Oct, 2007

1 commit