|
|
| File: [Development] / linux-2.6-xfs / include / asm-s390 / Attic / sparsemem.h (download)
Revision 1.1, Mon Aug 4 17:03:13 2008 UTC (9 years, 2 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.26 Merge of 2.6.x-xfs-melb:linux:31804b by kenmcd. |
#ifndef _ASM_S390_SPARSEMEM_H #define _ASM_S390_SPARSEMEM_H #define SECTION_SIZE_BITS 25 #ifdef CONFIG_64BIT #define MAX_PHYSADDR_BITS 42 #define MAX_PHYSMEM_BITS 42 #else #define MAX_PHYSADDR_BITS 31 #define MAX_PHYSMEM_BITS 31 #endif /* CONFIG_64BIT */ #endif /* _ASM_S390_SPARSEMEM_H */