summaryrefslogtreecommitdiffstats
path: root/usr/include/arch/m68k/klibc/archconfig.h
blob: 10ef62e67a8894850a802728fd97f6b5c7cdfd70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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 */