Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

xtensa: get rid uapi/asm/param.h

The only difference between it and generic is the stray (and utterly
useless) definition of NGROUPS. It had been removed on all architectures
back in 2004; xtensa port began prior to that and hadn't been merged
until 2005, so it had missed the purge.

Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Al Viro 674e55ef 19272b37

-31
-31
arch/xtensa/include/uapi/asm/param.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 - /* 3 - * include/asm-xtensa/param.h 4 - * 5 - * This file is subject to the terms and conditions of the GNU General Public 6 - * License. See the file "COPYING" in the main directory of this archive 7 - * for more details. 8 - * 9 - * Copyright (C) 2001 - 2005 Tensilica Inc. 10 - */ 11 - 12 - #ifndef _UAPI_XTENSA_PARAM_H 13 - #define _UAPI_XTENSA_PARAM_H 14 - 15 - #ifndef __KERNEL__ 16 - # define HZ 100 17 - #endif 18 - 19 - #define EXEC_PAGESIZE 4096 20 - 21 - #ifndef NGROUPS 22 - #define NGROUPS 32 23 - #endif 24 - 25 - #ifndef NOGROUP 26 - #define NOGROUP (-1) 27 - #endif 28 - 29 - #define MAXHOSTNAMELEN 64 /* max length of hostname */ 30 - 31 - #endif /* _UAPI_XTENSA_PARAM_H */