• Andi Kleen's avatar
    [PATCH] fix iounmap for non page aligned addresses · e80e317b
    Andi Kleen authored
    This fixes a problem introduced by the pageattr ioremap/unmap patches.
    iounmap lost the ability to free non page aligned addresses, which
    are e.g. used by the bootflag code.  This patch fixes this.
    
    Also fix a potential off by one bug.
    e80e317b
ioremap.c 7.17 KB