Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
ddd03a1f
Commit
ddd03a1f
authored
Aug 03, 2012
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get rid of generic instances of asm/exec.h
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
e76623d6
Changes
36
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
22 additions
and
195 deletions
+22
-195
arch/alpha/include/asm/Kbuild
arch/alpha/include/asm/Kbuild
+1
-0
arch/alpha/include/asm/exec.h
arch/alpha/include/asm/exec.h
+0
-6
arch/arm/include/asm/Kbuild
arch/arm/include/asm/Kbuild
+1
-0
arch/arm/include/asm/exec.h
arch/arm/include/asm/exec.h
+0
-6
arch/avr32/include/asm/Kbuild
arch/avr32/include/asm/Kbuild
+1
-0
arch/avr32/include/asm/exec.h
arch/avr32/include/asm/exec.h
+0
-13
arch/c6x/include/asm/Kbuild
arch/c6x/include/asm/Kbuild
+1
-0
arch/c6x/include/asm/exec.h
arch/c6x/include/asm/exec.h
+0
-6
arch/cris/include/asm/Kbuild
arch/cris/include/asm/Kbuild
+2
-0
arch/cris/include/asm/exec.h
arch/cris/include/asm/exec.h
+0
-6
arch/frv/include/asm/Kbuild
arch/frv/include/asm/Kbuild
+1
-0
arch/frv/include/asm/exec.h
arch/frv/include/asm/exec.h
+0
-17
arch/h8300/include/asm/Kbuild
arch/h8300/include/asm/Kbuild
+1
-0
arch/h8300/include/asm/exec.h
arch/h8300/include/asm/exec.h
+0
-6
arch/ia64/include/asm/Kbuild
arch/ia64/include/asm/Kbuild
+1
-0
arch/ia64/include/asm/exec.h
arch/ia64/include/asm/exec.h
+0
-14
arch/m32r/include/asm/Kbuild
arch/m32r/include/asm/Kbuild
+2
-0
arch/m32r/include/asm/exec.h
arch/m32r/include/asm/exec.h
+0
-14
arch/m68k/include/asm/Kbuild
arch/m68k/include/asm/Kbuild
+1
-0
arch/m68k/include/asm/exec.h
arch/m68k/include/asm/exec.h
+0
-6
arch/microblaze/include/asm/Kbuild
arch/microblaze/include/asm/Kbuild
+1
-0
arch/microblaze/include/asm/exec.h
arch/microblaze/include/asm/exec.h
+0
-14
arch/mn10300/include/asm/Kbuild
arch/mn10300/include/asm/Kbuild
+2
-0
arch/mn10300/include/asm/exec.h
arch/mn10300/include/asm/exec.h
+0
-16
arch/parisc/include/asm/Kbuild
arch/parisc/include/asm/Kbuild
+1
-0
arch/parisc/include/asm/exec.h
arch/parisc/include/asm/exec.h
+0
-6
arch/sh/include/asm/Kbuild
arch/sh/include/asm/Kbuild
+1
-0
arch/sh/include/asm/exec.h
arch/sh/include/asm/exec.h
+0
-10
arch/sparc/include/asm/Kbuild
arch/sparc/include/asm/Kbuild
+1
-0
arch/sparc/include/asm/exec.h
arch/sparc/include/asm/exec.h
+0
-6
arch/tile/include/asm/Kbuild
arch/tile/include/asm/Kbuild
+1
-0
arch/tile/include/asm/exec.h
arch/tile/include/asm/exec.h
+0
-20
arch/unicore32/include/asm/Kbuild
arch/unicore32/include/asm/Kbuild
+1
-0
arch/unicore32/include/asm/exec.h
arch/unicore32/include/asm/exec.h
+0
-15
arch/xtensa/include/asm/Kbuild
arch/xtensa/include/asm/Kbuild
+2
-0
arch/xtensa/include/asm/exec.h
arch/xtensa/include/asm/exec.h
+0
-14
No files found.
arch/alpha/include/asm/Kbuild
View file @
ddd03a1f
...
...
@@ -8,3 +8,4 @@ header-y += pal.h
header-y += reg.h
header-y += regdef.h
header-y += sysinfo.h
generic-y += exec.h
arch/alpha/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
#ifndef __ALPHA_EXEC_H
#define __ALPHA_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* __ALPHA_EXEC_H */
arch/arm/include/asm/Kbuild
View file @
ddd03a1f
...
...
@@ -7,6 +7,7 @@ generic-y += bitsperlong.h
generic-y += cputime.h
generic-y += emergency-restart.h
generic-y += errno.h
generic-y += exec.h
generic-y += ioctl.h
generic-y += irq_regs.h
generic-y += kdebug.h
...
...
arch/arm/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
#ifndef __ASM_ARM_EXEC_H
#define __ASM_ARM_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* __ASM_ARM_EXEC_H */
arch/avr32/include/asm/Kbuild
View file @
ddd03a1f
include include/asm-generic/Kbuild.asm
generic-y += exec.h
header-y += cachectl.h
arch/avr32/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
/*
* Copyright (C) 2004-2006 Atmel Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_AVR32_EXEC_H
#define __ASM_AVR32_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* __ASM_AVR32_EXEC_H */
arch/c6x/include/asm/Kbuild
View file @
ddd03a1f
...
...
@@ -11,6 +11,7 @@ generic-y += div64.h
generic-y += dma.h
generic-y += emergency-restart.h
generic-y += errno.h
generic-y += exec.h
generic-y += fb.h
generic-y += fcntl.h
generic-y += futex.h
...
...
arch/c6x/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
#ifndef _ASM_C6X_EXEC_H
#define _ASM_C6X_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* _ASM_C6X_EXEC_H */
arch/cris/include/asm/Kbuild
View file @
ddd03a1f
...
...
@@ -7,3 +7,5 @@ header-y += ethernet.h
header-y += etraxgpio.h
header-y += rs485.h
header-y += sync_serial.h
generic-y += exec.h
arch/cris/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
#ifndef __ASM_CRIS_EXEC_H
#define __ASM_CRIS_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* __ASM_CRIS_EXEC_H */
arch/frv/include/asm/Kbuild
View file @
ddd03a1f
...
...
@@ -2,3 +2,4 @@ include include/asm-generic/Kbuild.asm
header-y += registers.h
header-y += termios.h
generic-y += exec.h
arch/frv/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
/* FR-V CPU executable handling
*
* Copyright (C) 2003 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#ifndef _ASM_EXEC_H
#define _ASM_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* _ASM_EXEC_H */
arch/h8300/include/asm/Kbuild
View file @
ddd03a1f
include include/asm-generic/Kbuild.asm
generic-y += exec.h
arch/h8300/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
#ifndef _H8300_EXEC_H
#define _H8300_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* _H8300_EXEC_H */
arch/ia64/include/asm/Kbuild
View file @
ddd03a1f
...
...
@@ -13,3 +13,4 @@ header-y += ptrace_offsets.h
header-y += rse.h
header-y += ucontext.h
header-y += ustack.h
generic-y += exec.h
arch/ia64/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
/*
* Process execution defines.
*
* Copyright (C) 1998-2003 Hewlett-Packard Co
* David Mosberger-Tang <davidm@hpl.hp.com>
* Copyright (C) 1999 Asit Mallick <asit.k.mallick@intel.com>
* Copyright (C) 1999 Don Dugger <don.dugger@intel.com>
*/
#ifndef _ASM_IA64_EXEC_H
#define _ASM_IA64_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* _ASM_IA64_EXEC_H */
arch/m32r/include/asm/Kbuild
View file @
ddd03a1f
include include/asm-generic/Kbuild.asm
generic-y += exec.h
arch/m32r/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2001 Hiroyuki Kondo, Hirokazu Takata, and Hitoshi Yamamoto
* Copyright (C) 2004, 2006 Hirokazu Takata <takata at linux-m32r.org>
*/
#ifndef _ASM_M32R_EXEC_H
#define _ASM_M32R_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* _ASM_M32R_EXEC_H */
arch/m68k/include/asm/Kbuild
View file @
ddd03a1f
...
...
@@ -6,6 +6,7 @@ generic-y += cputime.h
generic-y += device.h
generic-y += emergency-restart.h
generic-y += errno.h
generic-y += exec.h
generic-y += futex.h
generic-y += ioctl.h
generic-y += ipcbuf.h
...
...
arch/m68k/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
#ifndef _M68K_EXEC_H
#define _M68K_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* _M68K_EXEC_H */
arch/microblaze/include/asm/Kbuild
View file @
ddd03a1f
include include/asm-generic/Kbuild.asm
header-y += elf.h
generic-y += exec.h
arch/microblaze/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
/*
* Copyright (C) 2006 Atmark Techno, Inc.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#ifndef _ASM_MICROBLAZE_EXEC_H
#define _ASM_MICROBLAZE_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* _ASM_MICROBLAZE_EXEC_H */
arch/mn10300/include/asm/Kbuild
View file @
ddd03a1f
include include/asm-generic/Kbuild.asm
generic-y += exec.h
arch/mn10300/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
/* MN10300 process execution definitions
*
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Licence
* as published by the Free Software Foundation; either version
* 2 of the Licence, or (at your option) any later version.
*/
#ifndef _ASM_EXEC_H
#define _ASM_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* _ASM_EXEC_H */
arch/parisc/include/asm/Kbuild
View file @
ddd03a1f
...
...
@@ -2,3 +2,4 @@ include include/asm-generic/Kbuild.asm
header-y += pdc.h
generic-y += word-at-a-time.h
generic-y += exec.h
arch/parisc/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
#ifndef __PARISC_EXEC_H
#define __PARISC_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* __PARISC_EXEC_H */
arch/sh/include/asm/Kbuild
View file @
ddd03a1f
...
...
@@ -7,6 +7,7 @@ generic-y += delay.h
generic-y += div64.h
generic-y += emergency-restart.h
generic-y += errno.h
generic-y += exec.h
generic-y += fcntl.h
generic-y += ioctl.h
generic-y += ipcbuf.h
...
...
arch/sh/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
/*
* Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima
* Copyright (C) 2002 Paul Mundt
*/
#ifndef __ASM_SH_EXEC_H
#define __ASM_SH_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* __ASM_SH_EXEC_H */
arch/sparc/include/asm/Kbuild
View file @
ddd03a1f
...
...
@@ -18,6 +18,7 @@ header-y += utrap.h
header-y += watchdog.h
generic-y += div64.h
generic-y += exec.h
generic-y += local64.h
generic-y += irq_regs.h
generic-y += local.h
...
...
arch/sparc/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
#ifndef __SPARC_EXEC_H
#define __SPARC_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* __SPARC_EXEC_H */
arch/tile/include/asm/Kbuild
View file @
ddd03a1f
...
...
@@ -12,6 +12,7 @@ generic-y += cputime.h
generic-y += div64.h
generic-y += emergency-restart.h
generic-y += errno.h
generic-y += exec.h
generic-y += fb.h
generic-y += fcntl.h
generic-y += ioctl.h
...
...
arch/tile/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
/*
* Copyright 2010 Tilera Corporation. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, version 2.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
* NON INFRINGEMENT. See the GNU General Public License for
* more details.
*/
#ifndef _ASM_TILE_EXEC_H
#define _ASM_TILE_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* _ASM_TILE_EXEC_H */
arch/unicore32/include/asm/Kbuild
View file @
ddd03a1f
...
...
@@ -10,6 +10,7 @@ generic-y += device.h
generic-y += div64.h
generic-y += emergency-restart.h
generic-y += errno.h
generic-y += exec.h
generic-y += fb.h
generic-y += fcntl.h
generic-y += ftrace.h
...
...
arch/unicore32/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
/*
* Process execution bits for PKUnity SoC and UniCore ISA
*
* Copyright (C) 2001-2012 GUAN Xue-tao
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __UNICORE_EXEC_H__
#define __UNICORE_EXEC_H__
#define arch_align_stack(x) (x)
#endif
/* __UNICORE_EXEC_H__ */
arch/xtensa/include/asm/Kbuild
View file @
ddd03a1f
include include/asm-generic/Kbuild.asm
generic-y += exec.h
arch/xtensa/include/asm/exec.h
deleted
100644 → 0
View file @
e76623d6
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2001 - 2005 Tensilica Inc.
*/
#ifndef _XTENSA_EXEC_H
#define _XTENSA_EXEC_H
#define arch_align_stack(x) (x)
#endif
/* _XTENSA_EXEC_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment