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

« back to all changes in this revision

Viewing changes to arch/sparc/include/asm/sparsemem.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:
3
3
 
4
4
#ifdef __KERNEL__
5
5
 
 
6
#include <asm/page.h>
 
7
 
6
8
#define SECTION_SIZE_BITS       30
7
 
#define MAX_PHYSADDR_BITS       42
8
 
#define MAX_PHYSMEM_BITS        42
 
9
#define MAX_PHYSADDR_BITS       MAX_PHYS_ADDRESS_BITS
 
10
#define MAX_PHYSMEM_BITS        MAX_PHYS_ADDRESS_BITS
9
11
 
10
12
#endif /* !(__KERNEL__) */
11
13