j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2008-11-09 20:15:08 +0100 (Sun, 09 Nov 2008) New Revision: 248
Modified: openbios-devel/include/a.out.h Log: Avoid including system <asm/page.h>, based on patch by Aurelien Jarno
Modified: openbios-devel/include/a.out.h =================================================================== --- openbios-devel/include/a.out.h 2008-11-08 13:26:37 UTC (rev 247) +++ openbios-devel/include/a.out.h 2008-11-09 19:15:08 UTC (rev 248) @@ -128,9 +128,10 @@ #endif
#ifdef linux -#include <asm/page.h> #if defined(__i386__) || defined(__mc68000__) #define SEGMENT_SIZE 1024 +#elif defined(__sparc__) +#define SEGMENT_SIZE 4096 #else #ifndef SEGMENT_SIZE #define SEGMENT_SIZE PAGE_SIZE