summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-a5k/mmu.h
blob: 3c2fb95a1344a5521321cb2a7cfc1eb5a1c19bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * linux/include/asm-arm/arch-a5k/mmu.h
 *
 * Copyright (c) 1996 Russell King.
 *
 * Changelog:
 *  22-11-1996	RMK	Created
 */
#ifndef __ASM_ARCH_MMU_H
#define __ASM_ARCH_MMU_H

#define __virt_to_phys(vpage) vpage
#define __phys_to_virt(ppage) ppage

#endif