repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
perf tools: Streamline bpf examples and headers installation
[linux/fpc-iii.git]
/
arch
/
m68k
/
include
/
uapi
/
asm
/
param.h
blob
726b2e7ec70dbd5c637d91fa6f07ae5e5ea267af
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifndef _M68K_PARAM_H
3
#define _M68K_PARAM_H
4
5
#ifdef __uClinux__
6
#define EXEC_PAGESIZE 4096
7
#else
8
#define EXEC_PAGESIZE 8192
9
#endif
10
11
#include <asm-generic/param.h>
12
13
#endif
/* _M68K_PARAM_H */