repo.or.cz
/
mmotm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fed up with those stupid warnings
[mmotm.git]
/
arch
/
blackfin
/
include
/
asm
/
page.h
blob
944a07c6cfd6084500347ef3b440786d2d546bd9
1
/*
2
* Copyright 2004-2009 Analog Devices Inc.
3
*
4
* Licensed under the GPL-2 or later.
5
*/
6
7
#ifndef _BLACKFIN_PAGE_H
8
#define _BLACKFIN_PAGE_H
9
10
#include <asm-generic/page.h>
11
#define MAP_NR(addr) (((unsigned long)(addr)-PAGE_OFFSET) >> PAGE_SHIFT)
12
13
#endif