[PATCH] fix iounmap for non page aligned addresses
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.
Showing
Please register or sign in to comment