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