kernel: Enable fadvise on older kernels.
Backport of 56342ee2bc
for older kernels.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
b31c1237c7
commit
146326c454
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ CONFIG_32BIT=y
|
|||
# CONFIG_ADM6996_PHY is not set
|
||||
# CONFIG_ADM8211 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
# CONFIG_ADVISE_SYSCALLS is not set
|
||||
CONFIG_ADVISE_SYSCALLS=y
|
||||
# CONFIG_ADXRS450 is not set
|
||||
CONFIG_AEABI=y
|
||||
# CONFIG_AFFS_FS is not set
|
||||
|
|
|
@ -82,7 +82,7 @@ CONFIG_32BIT=y
|
|||
# CONFIG_ADM6996_PHY is not set
|
||||
# CONFIG_ADM8211 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
# CONFIG_ADVISE_SYSCALLS is not set
|
||||
CONFIG_ADVISE_SYSCALLS=y
|
||||
# CONFIG_ADXRS450 is not set
|
||||
CONFIG_AEABI=y
|
||||
# CONFIG_AFFS_FS is not set
|
||||
|
|
Loading…
Reference in a new issue