repo.or.cz
/
usb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] dquot: add proper locking when using current->signal->tty
[usb.git]
/
include
/
asm-m68k
/
pgalloc.h
blob
a9cfb4b99d88b206c43d145694d588d6dc99524b
1
2
#ifndef M68K_PGALLOC_H
3
#define M68K_PGALLOC_H
4
5
#include <linux/mm.h>
6
#include <linux/highmem.h>
7
#include <asm/setup.h>
8
#include <asm/virtconvert.h>
9
10
11
12
#ifdef CONFIG_SUN3
13
#include <asm/sun3_pgalloc.h>
14
#else
15
#include <asm/motorola_pgalloc.h>
16
#endif
17
18
#endif
/* M68K_PGALLOC_H */