[ARM] Allow un-muxed syscalls to be available for everyone

It's been a while since the un-muxed socket and ipc syscalls were
introduced, so make the unistd.h number definitions visible for
non-EABI as well as EABI.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Russell King and committed by
Russell King
d53ace70 6896eec0

-11
-11
include/asm-arm/unistd.h
··· 308 #define __NR_mq_notify (__NR_SYSCALL_BASE+278) 309 #define __NR_mq_getsetattr (__NR_SYSCALL_BASE+279) 310 #define __NR_waitid (__NR_SYSCALL_BASE+280) 311 - 312 - #if defined(__ARM_EABI__) /* reserve these for un-muxing socketcall */ 313 #define __NR_socket (__NR_SYSCALL_BASE+281) 314 #define __NR_bind (__NR_SYSCALL_BASE+282) 315 #define __NR_connect (__NR_SYSCALL_BASE+283) ··· 325 #define __NR_getsockopt (__NR_SYSCALL_BASE+295) 326 #define __NR_sendmsg (__NR_SYSCALL_BASE+296) 327 #define __NR_recvmsg (__NR_SYSCALL_BASE+297) 328 - #endif 329 - 330 - #if defined(__ARM_EABI__) /* reserve these for un-muxing ipc */ 331 #define __NR_semop (__NR_SYSCALL_BASE+298) 332 #define __NR_semget (__NR_SYSCALL_BASE+299) 333 #define __NR_semctl (__NR_SYSCALL_BASE+300) ··· 336 #define __NR_shmdt (__NR_SYSCALL_BASE+306) 337 #define __NR_shmget (__NR_SYSCALL_BASE+307) 338 #define __NR_shmctl (__NR_SYSCALL_BASE+308) 339 - #endif 340 - 341 #define __NR_add_key (__NR_SYSCALL_BASE+309) 342 #define __NR_request_key (__NR_SYSCALL_BASE+310) 343 #define __NR_keyctl (__NR_SYSCALL_BASE+311) 344 - 345 - #if defined(__ARM_EABI__) /* reserved for un-muxing ipc */ 346 #define __NR_semtimedop (__NR_SYSCALL_BASE+312) 347 - #endif 348 - 349 #define __NR_vserver (__NR_SYSCALL_BASE+313) 350 #define __NR_ioprio_set (__NR_SYSCALL_BASE+314) 351 #define __NR_ioprio_get (__NR_SYSCALL_BASE+315)
··· 308 #define __NR_mq_notify (__NR_SYSCALL_BASE+278) 309 #define __NR_mq_getsetattr (__NR_SYSCALL_BASE+279) 310 #define __NR_waitid (__NR_SYSCALL_BASE+280) 311 #define __NR_socket (__NR_SYSCALL_BASE+281) 312 #define __NR_bind (__NR_SYSCALL_BASE+282) 313 #define __NR_connect (__NR_SYSCALL_BASE+283) ··· 327 #define __NR_getsockopt (__NR_SYSCALL_BASE+295) 328 #define __NR_sendmsg (__NR_SYSCALL_BASE+296) 329 #define __NR_recvmsg (__NR_SYSCALL_BASE+297) 330 #define __NR_semop (__NR_SYSCALL_BASE+298) 331 #define __NR_semget (__NR_SYSCALL_BASE+299) 332 #define __NR_semctl (__NR_SYSCALL_BASE+300) ··· 341 #define __NR_shmdt (__NR_SYSCALL_BASE+306) 342 #define __NR_shmget (__NR_SYSCALL_BASE+307) 343 #define __NR_shmctl (__NR_SYSCALL_BASE+308) 344 #define __NR_add_key (__NR_SYSCALL_BASE+309) 345 #define __NR_request_key (__NR_SYSCALL_BASE+310) 346 #define __NR_keyctl (__NR_SYSCALL_BASE+311) 347 #define __NR_semtimedop (__NR_SYSCALL_BASE+312) 348 #define __NR_vserver (__NR_SYSCALL_BASE+313) 349 #define __NR_ioprio_set (__NR_SYSCALL_BASE+314) 350 #define __NR_ioprio_get (__NR_SYSCALL_BASE+315)