diff options
author | 2009-06-26 04:31:57 +0900 | |
---|---|---|
committer | 2009-06-26 04:31:57 +0900 | |
commit | dfc2f91ac29f5ef50e74bf15a1a6b6aa6b952e62 (patch) | |
tree | 0b3eb3ae6b7b21226cf8e1410aa6dd6d0e07a110 /kernel/irq/pm.c | |
parent | sh: Kill off unused DEBUG_BOOTMEM symbol. (diff) | |
download | wireguard-linux-dfc2f91ac29f5ef50e74bf15a1a6b6aa6b952e62.tar.xz wireguard-linux-dfc2f91ac29f5ef50e74bf15a1a6b6aa6b952e62.zip |
nommu: provide follow_pfn().
With the introduction of follow_pfn() as an exported symbol, modules have
begun making use of it. Unfortunately this was not reflected on nommu at
the time, so the in-tree users have subsequently all blown up with link
errors there.
This provides a simple follow_pfn() that just returns addr >> PAGE_SHIFT,
which will do the right thing on nommu. There is no need to do range
checking within the vma, as the find_vma() case will already take care of
this.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'kernel/irq/pm.c')
0 files changed, 0 insertions, 0 deletions