mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 03:05:14 +07:00
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
|