As noted by Sam Ravnborg in reply [1] to "[PATCHv1 2/2] Documentation/kbuild/headers_install.txt: update documentation" [2], all architectures support exporting userspace headers (while 'um' being a special case), so there's no need to list them.
This patch removes the obsolete shell commands to list architectures with a dedicated 'asm' directory. [1] http://lkml.kernel.org/r/[email protected] [2] http://lkml.kernel.org/r/3e0d73d0ca3ead75624b552105ce8adf3d63684e.1405246009.git.ydrone...@opteya.com Link: http://lkml.kernel.org/r/[email protected] Cc: Kirill A. Shutemov <[email protected]> Cc: Michal Marek <[email protected]> Cc: David Woodhouse <[email protected]> Cc: Rob Landley <[email protected]> Cc: Sam Ravnborg <[email protected]> Signed-off-by: Yann Droneaud <[email protected]> --- Documentation/kbuild/headers_install.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Documentation/kbuild/headers_install.txt b/Documentation/kbuild/headers_install.txt index 951eb9f1e040..0d8fe5e871c4 100644 --- a/Documentation/kbuild/headers_install.txt +++ b/Documentation/kbuild/headers_install.txt @@ -28,10 +28,7 @@ optional arguments: ARCH indicates which architecture to produce headers for, and defaults to the current architecture. The linux/asm directory of the exported kernel headers -is platform-specific, to see a complete list of supported architectures use -the command: - - ls -d include/asm-* | sed 's/.*-//' +is platform-specific. INSTALL_HDR_PATH indicates where to install the headers. It defaults to "./usr/include". -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

