repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
hpcsh
/
include
/
vmparam.h
blob
a84780de444ce922187b0d25075cd73d679baf0b
1
/* $NetBSD: vmparam.h,v 1.2 2001/01/28 03:31:32 uch Exp $ */
2
#ifndef _HPCSH_VMPARAM_H_
3
#define _HPCSH_VMPARAM_H_
4
5
#include <sh3/vmparam.h>
6
7
#define VM_PHYSSEG_MAX 3
8
9
#define VM_NFREELIST 1
10
#define VM_FREELIST_DEFAULT 0
11
12
#endif
/* _HPCSH_VMPARAM_H_ */