1/*
2 * Copyright 2004, Axel D��rfler, axeld@pinc-software.de. All rights reserved.
3 * Copyright 2091, Adrien Destugues, pulkomandy@pulkomandy.tk. All rights reserved.
4 * Distributed under the terms of the MIT License.
5 */
6#ifndef ARCH_SPARC_VM_H
7#define ARCH_SPARC_VM_H
8
9/* This many pages will be read/written on I/O if possible */
10
11#define NUM_IO_PAGES	4
12	/* 16 kB */
13
14#define PAGE_SHIFT 12
15
16#endif	/* ARCH_SPARC_VM_H */
17
18