commit | d3ce88431892b703b04769566338a89eda6b0477 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Dec 28 15:34:40 2012 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri Dec 28 17:04:31 2012 +0100 |
tree | f72f9c6ff08146ed75f64c8f216a4bfb312d2ac0 | |
parent | 730b8dfe016dd1e91f73d8d3e6724da91397171c [diff] |
MIPS: Fix modpost error in modules attepting to use virt_addr_valid(). ERROR: "min_low_pfn" [drivers/block/aoe/aoe.ko] undefined! Fixed by moving the implementation of virt_addr_valid() into the kernel proper and exporting it which removes the pains of an inline or macro implementation. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>