mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
[PARISC] Move #undef to end of syscall table
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
parent
2c8307f63d
commit
034a15bfef
1 changed files with 5 additions and 5 deletions
|
@ -30,11 +30,6 @@
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#undef ENTRY_SAME
|
|
||||||
#undef ENTRY_DIFF
|
|
||||||
#undef ENTRY_UHOH
|
|
||||||
#undef ENTRY_COMP
|
|
||||||
#undef ENTRY_OURS
|
|
||||||
#if defined(CONFIG_64BIT) && !defined(SYSCALL_TABLE_64BIT)
|
#if defined(CONFIG_64BIT) && !defined(SYSCALL_TABLE_64BIT)
|
||||||
/* Use ENTRY_SAME for 32-bit syscalls which are the same on wide and
|
/* Use ENTRY_SAME for 32-bit syscalls which are the same on wide and
|
||||||
* narrow palinux. Use ENTRY_DIFF for those where a 32-bit specific
|
* narrow palinux. Use ENTRY_DIFF for those where a 32-bit specific
|
||||||
|
@ -407,3 +402,8 @@
|
||||||
ENTRY_COMP(fstatfs64)
|
ENTRY_COMP(fstatfs64)
|
||||||
/* Nothing yet */
|
/* Nothing yet */
|
||||||
|
|
||||||
|
#undef ENTRY_SAME
|
||||||
|
#undef ENTRY_DIFF
|
||||||
|
#undef ENTRY_UHOH
|
||||||
|
#undef ENTRY_COMP
|
||||||
|
#undef ENTRY_OURS
|
||||||
|
|
Loading…
Reference in a new issue