···2222 */2323#include <asm/pgtable-ppc64.h>2424#include <asm/bug.h>2525+#include <asm/processor.h>25262627/*2728 * Segment table···497496 */498497struct subpage_prot_table {499498 unsigned long maxaddr; /* only addresses < this are protected */500500- unsigned int **protptrs[2];499499+ unsigned int **protptrs[(TASK_SIZE_USER64 >> 43)];501500 unsigned int *low_prot[4];502501};503502