From 64c5a652fb76e999eea27aed777d710d747ed949 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 13 Aug 2004 23:39:45 +0000 Subject: Fixup PAGE_SIZE problems -Erik --- ldso/include/ldso.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ldso/include') diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index 6bb87c264..494b57521 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -26,11 +26,7 @@ #include #include /* Pull in the arch specific page size */ -#include -#ifndef PAGE_SIZE -# define PAGE_SHIFT 12 -# define PAGE_SIZE (1UL << PAGE_SHIFT) -#endif +#include /* Now the ldso specific headers */ #include #include -- cgit v1.2.3