~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to arch/mips/include/asm/addrspace.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
/*
60
60
 * Memory segments (64bit kernel mode addresses)
61
 
 * The compatibility segments use the full 64-bit sign extended value.  Note
 
61
 * The compatibility segments use the full 64-bit sign extended value.  Note
62
62
 * the R8000 doesn't have them so don't reference these in generic MIPS code.
63
63
 */
64
64
#define XKUSEG                  _CONST64_(0x0000000000000000)
131
131
 
132
132
/*
133
133
 * The ultimate limited of the 64-bit MIPS architecture:  2 bits for selecting
134
 
 * the region, 3 bits for the CCA mode.  This leaves 59 bits of which the
 
134
 * the region, 3 bits for the CCA mode.  This leaves 59 bits of which the
135
135
 * R8000 implements most with its 48-bit physical address space.
136
136
 */
137
137
#define TO_PHYS_MASK    _CONST64_(0x07ffffffffffffff)   /* 2^^59 - 1 */