changeset 1634:23b9782e7ab0

Linux commit a5463cd34354 introduced random breakage for no apparent reason, resulting in armv6l not booting unless you enable CONFIG_KUSER_HELPERS (which makes that commit a NOP).
author Rob Landley <rob@landley.net>
date Thu, 17 Oct 2013 02:15:26 -0500
parents a4823c561e28
children 1b2017d3ecf5
files sources/targets/armv6l
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sources/targets/armv6l	Tue Oct 15 22:25:55 2013 -0500
+++ b/sources/targets/armv6l	Thu Oct 17 02:15:26 2013 -0500
@@ -47,6 +47,9 @@
 CONFIG_SCSI_SYM53C8XX_2=y
 CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0
 CONFIG_SCSI_SYM53C8XX_MMIO=y
+
+# Work around random breakage in the 3.11 kernel
+CONFIG_KUSER_HELPERS=y
 "
 
 emulator_command()