b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
| 2 | /* |
| 3 | * This file is subject to the terms and conditions of the GNU General Public |
| 4 | * License. See the file "COPYING" in the main directory of this archive |
| 5 | * for more details. |
| 6 | * |
| 7 | * Copyright 1994 - 2000, 2002 Ralf Baechle (ralf@gnu.org) |
| 8 | * Copyright 2000 Silicon Graphics, Inc. |
| 9 | */ |
| 10 | #ifndef _ASM_PARAM_H |
| 11 | #define _ASM_PARAM_H |
| 12 | |
| 13 | #define EXEC_PAGESIZE 65536 |
| 14 | |
| 15 | #include <asm-generic/param.h> |
| 16 | |
| 17 | #endif /* _ASM_PARAM_H */ |