diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2015-12-11 22:16:34 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2015-12-12 11:52:06 +0100 |
commit | 5db0877750f1e2a1983e1f5e43bd0cc68058f684 (patch) | |
tree | 06feaca8d07190fe76c457d7bfdb221eb8225fea /ChangeLog | |
parent | 976ef870542580cf5fed896c2c652b3e1a95f9da (diff) | |
download | glibc-5db0877750f1e2a1983e1f5e43bd0cc68058f684.tar.gz |
Cleanup ARM ioperm implementation
Since GLIBC requires a minimum 2.6.32 kernel, the patch cleanups
the ARM ioperm by removing pre-2.4.23 kernel support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2015-12-11 Aurelien Jarno <aurelien@aurel32.net> + + * sysdeps/unix/sysv/linux/arm/ioperm.c: Do not include + <linux/version.h>. + [LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)]: Remove + conditional code. + (init_iosys): Use CTL_BUS_ISA instead of BUS_ISA in iobase_name + and ioshift_name initialization. + 2015-12-11 Steve Ellcey <sellcey@imgtec.com> * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): |