Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11249
b: refs/heads/master
c: 5090dfb
h: refs/heads/master
i:
  11247: 3ed97df
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent b40e359 commit fb9c45c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6aaf7786ed02da7797432708fbcdd242f9c0764e
refs/heads/master: 5090dfb5bcf51479370b501e934edadc4d781f67
10 changes: 10 additions & 0 deletions trunk/include/asm-mips/addrspace.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,16 @@
#define TO_PHYS_MASK _LLCONST_(0x000000ffffffffff) /* 2^^40 - 1 */
#endif

#if defined(CONFIG_CPU_SB1)
#define KUSIZE _LLCONST_(0x0000100000000000) /* 2^^44 */
#define KUSIZE_64 _LLCONST_(0x0000100000000000) /* 2^^44 */
#define K0SIZE _LLCONST_(0x0000100000000000) /* 2^^44 */
#define K1SIZE _LLCONST_(0x0000100000000000) /* 2^^44 */
#define K2SIZE _LLCONST_(0x0000ffff80000000)
#define KSEGSIZE _LLCONST_(0x0000ffff80000000) /* max syssegsz */
#define TO_PHYS_MASK _LLCONST_(0x00000fffffffffff) /* 2^^44 - 1 */
#endif

/*
* Further names for SGI source compatibility. These are stolen from
* IRIX's <sys/mips_addrspace.h>.
Expand Down

0 comments on commit fb9c45c

Please sign in to comment.