You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef ASMARM_SPARSEMEM_H
|
|
#define ASMARM_SPARSEMEM_H
|
|
|
|
#include <asm/memory.h>
|
|
|
|
#define MAX_PHYSADDR_BITS 32
|
|
#define MAX_PHYSMEM_BITS 32
|
|
#define SECTION_SIZE_BITS NODE_MEM_SIZE_BITS
|
|
|
|
#endif
|
|
|