24 Jan, 2014

1 commit

  • Many architectures provide an asm/fixmap.h which defines support for
    compile-time 'special' virtual mappings which need to be made before
    paging_init() has run. This support is also used for early ioremap on
    x86. Much of this support is identical across the architectures. This
    patch consolidates all of the common bits into asm-generic/fixmap.h
    which is intended to be included from arch/*/include/asm/fixmap.h.

    Signed-off-by: Mark Salter
    Acked-by: Arnd Bergmann
    Acked-by: Ralf Baechle
    Cc: Russell King
    Cc: Richard Kuo
    Cc: James Hogan
    Cc: Michal Simek
    Cc: Benjamin Herrenschmidt
    Cc: Paul Mackerras
    Cc: "H. Peter Anvin"
    Cc: Chris Metcalf
    Cc: Ingo Molnar
    Cc: Jeff Dike
    Cc: Paul Mundt
    Cc: Richard Weinberger
    Cc: Thomas Gleixner
    Cc: Jonas Bonn
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mark Salter