[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Installation of Condor 7.2.2 on OpenSuSE 11.0



Hello Jyh-Shyong!

On Wed, Apr 22, 2009 at 09:38:49PM +0800, Jyh-Shyong wrote:
> there is no /usr/include/asm/page.h in OpenSuSE 11.0

Neither anywhere in /usr/include on Arch Linux, but strangely
enough, Red Hat has it and this is the content.

cat > /usr/include/asm/page.h <<EOF
#ifndef _I386_PAGE_H
#define _I386_PAGE_H

/* PAGE_SHIFT determines the page size */
#define PAGE_SHIFT  12
#define PAGE_SIZE (1UL << PAGE_SHIFT)
#define PAGE_MASK (~(PAGE_SIZE-1))

#define LARGE_PAGE_MASK (~(LARGE_PAGE_SIZE-1))
#define LARGE_PAGE_SIZE (1UL << PMD_SHIFT)


#endif /* _I386_PAGE_H */
EOF

  Try it and get back with results
 Best regards, Jasan