mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-18 19:05:39 +00:00
eec511d75e
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8 lines
162 B
C
8 lines
162 B
C
#ifndef _BLACKFIN_PAGE_H
|
|
#define _BLACKFIN_PAGE_H
|
|
|
|
#include <asm-generic/page.h>
|
|
#define MAP_NR(addr) (((unsigned long)(addr)-PAGE_OFFSET) >> PAGE_SHIFT)
|
|
|
|
#endif
|