deduplicate the bulk of the arch bits headers
authorRich Felker <dalias@aerifal.cx>
Thu, 28 Jan 2016 02:40:47 +0000 (21:40 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 28 Jan 2016 02:52:14 +0000 (21:52 -0500)
commit4dfac11538cb20c848c30d754863800061ee8c81
treed6af835357ba9d9dc9960d8be76106284d6a8c77
parentefdf04cf877574b4e3905802e0039f844077f58f
deduplicate the bulk of the arch bits headers

all bits headers that were identical for a number of 'clean' archs are
moved to the new arch/generic tree. in addition, a few headers that
differed only cosmetically from the new generic version are removed.

additional deduplication may be possible in mman.h and in several
headers (limits.h, posix.h, stdint.h) that mostly depend on whether
the arch is 32- or 64-bit, but they are left alone for now because
greater gains are likely possible with more invasive changes to header
logic, which is beyond the scope of this commit.
107 files changed:
arch/aarch64/bits/errno.h [deleted file]
arch/aarch64/bits/io.h [deleted file]
arch/aarch64/bits/poll.h [deleted file]
arch/aarch64/bits/resource.h [deleted file]
arch/aarch64/bits/statfs.h [deleted file]
arch/aarch64/bits/stdarg.h [deleted file]
arch/aarch64/bits/termios.h [deleted file]
arch/arm/bits/errno.h [deleted file]
arch/arm/bits/io.h [deleted file]
arch/arm/bits/ioctl.h [deleted file]
arch/arm/bits/ipc.h [deleted file]
arch/arm/bits/msg.h [deleted file]
arch/arm/bits/poll.h [deleted file]
arch/arm/bits/resource.h [deleted file]
arch/arm/bits/sem.h [deleted file]
arch/arm/bits/shm.h [deleted file]
arch/arm/bits/socket.h [deleted file]
arch/arm/bits/statfs.h [deleted file]
arch/arm/bits/stdarg.h [deleted file]
arch/arm/bits/termios.h [deleted file]
arch/generic/bits/errno.h [new file with mode: 0644]
arch/generic/bits/fcntl.h [new file with mode: 0644]
arch/generic/bits/fenv.h [new file with mode: 0644]
arch/generic/bits/io.h [new file with mode: 0644]
arch/generic/bits/ioctl.h [new file with mode: 0644]
arch/generic/bits/ipc.h [new file with mode: 0644]
arch/generic/bits/msg.h [new file with mode: 0644]
arch/generic/bits/poll.h [new file with mode: 0644]
arch/generic/bits/resource.h [new file with mode: 0644]
arch/generic/bits/sem.h [new file with mode: 0644]
arch/generic/bits/shm.h [new file with mode: 0644]
arch/generic/bits/socket.h [new file with mode: 0644]
arch/generic/bits/statfs.h [new file with mode: 0644]
arch/generic/bits/stdarg.h [new file with mode: 0644]
arch/generic/bits/termios.h [new file with mode: 0644]
arch/i386/bits/errno.h [deleted file]
arch/i386/bits/fcntl.h [deleted file]
arch/i386/bits/ioctl.h [deleted file]
arch/i386/bits/ipc.h [deleted file]
arch/i386/bits/msg.h [deleted file]
arch/i386/bits/poll.h [deleted file]
arch/i386/bits/resource.h [deleted file]
arch/i386/bits/sem.h [deleted file]
arch/i386/bits/shm.h [deleted file]
arch/i386/bits/socket.h [deleted file]
arch/i386/bits/statfs.h [deleted file]
arch/i386/bits/termios.h [deleted file]
arch/microblaze/bits/errno.h [deleted file]
arch/microblaze/bits/fcntl.h [deleted file]
arch/microblaze/bits/fenv.h [deleted file]
arch/microblaze/bits/io.h [deleted file]
arch/microblaze/bits/ioctl.h [deleted file]
arch/microblaze/bits/ipc.h [deleted file]
arch/microblaze/bits/msg.h [deleted file]
arch/microblaze/bits/poll.h [deleted file]
arch/microblaze/bits/resource.h [deleted file]
arch/microblaze/bits/sem.h [deleted file]
arch/microblaze/bits/shm.h [deleted file]
arch/microblaze/bits/socket.h [deleted file]
arch/microblaze/bits/statfs.h [deleted file]
arch/microblaze/bits/stdarg.h [deleted file]
arch/microblaze/bits/termios.h [deleted file]
arch/mips/bits/io.h [deleted file]
arch/mips/bits/ipc.h [deleted file]
arch/mips/bits/stdarg.h [deleted file]
arch/or1k/bits/errno.h [deleted file]
arch/or1k/bits/fcntl.h [deleted file]
arch/or1k/bits/fenv.h [deleted file]
arch/or1k/bits/io.h [deleted file]
arch/or1k/bits/ioctl.h [deleted file]
arch/or1k/bits/poll.h [deleted file]
arch/or1k/bits/resource.h [deleted file]
arch/or1k/bits/shm.h [deleted file]
arch/or1k/bits/socket.h [deleted file]
arch/or1k/bits/statfs.h [deleted file]
arch/or1k/bits/stdarg.h [deleted file]
arch/or1k/bits/termios.h [deleted file]
arch/powerpc/bits/io.h [deleted file]
arch/powerpc/bits/poll.h [deleted file]
arch/powerpc/bits/resource.h [deleted file]
arch/powerpc/bits/statfs.h [deleted file]
arch/powerpc/bits/stdarg.h [deleted file]
arch/sh/bits/errno.h [deleted file]
arch/sh/bits/fcntl.h [deleted file]
arch/sh/bits/io.h [deleted file]
arch/sh/bits/ipc.h [deleted file]
arch/sh/bits/msg.h [deleted file]
arch/sh/bits/poll.h [deleted file]
arch/sh/bits/resource.h [deleted file]
arch/sh/bits/sem.h [deleted file]
arch/sh/bits/socket.h [deleted file]
arch/sh/bits/statfs.h [deleted file]
arch/sh/bits/stdarg.h [deleted file]
arch/sh/bits/termios.h [deleted file]
arch/x32/bits/errno.h [deleted file]
arch/x32/bits/poll.h [deleted file]
arch/x32/bits/resource.h [deleted file]
arch/x32/bits/sem.h [deleted file]
arch/x32/bits/stdarg.h [deleted file]
arch/x32/bits/termios.h [deleted file]
arch/x86_64/bits/errno.h [deleted file]
arch/x86_64/bits/poll.h [deleted file]
arch/x86_64/bits/resource.h [deleted file]
arch/x86_64/bits/sem.h [deleted file]
arch/x86_64/bits/statfs.h [deleted file]
arch/x86_64/bits/stdarg.h [deleted file]
arch/x86_64/bits/termios.h [deleted file]