blob: 10ef62e67a8894850a802728fd97f6b5c7cdfd70 [file] [log] [blame]
/*
* include/arch/m68k/klibc/archconfig.h
*
* See include/klibc/sysconfig.h for the options that can be set in
* this file.
*
*/
#ifndef _KLIBC_ARCHCONFIG_H
#define _KLIBC_ARCHCONFIG_H
/* On m68k, sys_mmap2 uses the current page size as the shift factor */
#define _KLIBC_MMAP2_SHIFT __getpageshift()
#endif /* _KLIBC_ARCHCONFIG_H */