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

Configure Feed

Select the types of activity you want to include in your feed.

include: update references to include/asm-<arch>

"include/asm-<arch>" was replaced by "arch/<arch>/include/asm" a long time
ago.

Link: https://lkml.kernel.org/r/541258219b0441fa1da890e2f8458a7ac18c2ef9.1733404444.git.geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Dwaipayan Ray <dwaipayanray1@gmail.com>
Cc: Joe Perches <joe@perches.com>
Cc: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Nicolas Schier <nicolas@fjasle.eu>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Yury Norov <yury.norov@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Geert Uytterhoeven and committed by
Andrew Morton
7a77edf4 10d27111

+3 -3
+1 -1
include/asm-generic/syscall.h
··· 5 5 * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved. 6 6 * 7 7 * This file is a stub providing documentation for what functions 8 - * asm-ARCH/syscall.h files need to define. Most arch definitions 8 + * arch/ARCH/include/asm/syscall.h files need to define. Most arch definitions 9 9 * will be simple inlines. 10 10 * 11 11 * All of these functions expect to be called with no locks,
+1 -1
include/linux/bitmap.h
··· 23 23 * 24 24 * Function implementations generic to all architectures are in 25 25 * lib/bitmap.c. Functions implementations that are architecture 26 - * specific are in various include/asm-<arch>/bitops.h headers 26 + * specific are in various arch/<arch>/include/asm/bitops.h headers 27 27 * and other arch/<arch> specific files. 28 28 * 29 29 * See lib/bitmap.c for more details.
+1 -1
include/linux/types.h
··· 43 43 typedef long intptr_t; 44 44 45 45 #ifdef CONFIG_HAVE_UID16 46 - /* This is defined by include/asm-{arch}/posix_types.h */ 46 + /* This is defined by arch/{arch}/include/asm/posix_types.h */ 47 47 typedef __kernel_old_uid_t old_uid_t; 48 48 typedef __kernel_old_gid_t old_gid_t; 49 49 #endif /* CONFIG_UID16 */