repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 3.15-rc1
[linux/fpc-iii.git]
/
arch
/
mips
/
include
/
asm
/
mach-loongson
/
spaces.h
blob
e2506ee9004478b392e661b2cc393f748521f61d
1
#ifndef __ASM_MACH_LOONGSON_SPACES_H_
2
#define __ASM_MACH_LOONGSON_SPACES_H_
3
4
#if defined(CONFIG_64BIT)
5
#define CAC_BASE _AC(0x9800000000000000, UL)
6
#endif
/* CONFIG_64BIT */
7
8
#include <asm/mach-generic/spaces.h>
9
#endif