• David Mosberger's avatar
    [IA64] sparse __iomem annotations · 9ae5d940
    David Mosberger authored
    This patch adds __iomem annotations.  The only less-than-trivial part
    of the patch is the change of ipi_base_addr from "unsigned long" to
    "void __iomem *" but even that part should be safe.  The patch results
    in additional warnings from certain drivers (e.g., eepro100.c) but the
    warnings are harmless and just indicate that the offending drivers
    need to be updated for the more strict __iomem checking.  The patch
    has been boot-tested.
    Signed-off-by: default avatarDavid Mosberger-Tang <davidm@hpl.hp.com>
    Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
    9ae5d940
sba_iommu.c 54.9 KB