From 2c6566ffb861ceb55d01888ba6da20522f1935c6 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Wed, 25 Jun 2014 21:17:52 +0000 Subject: [PATCH] [arm64] Enable COMPAT to support 32-bit binaries. svn path=/dists/sid/linux/; revision=21468 --- debian/changelog | 3 +++ debian/config/arm64/config | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7db35403c..b18ca0c1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ linux (3.14.8-1) UNRELEASED; urgency=medium - bugfix, handling an error in opening a FIFO - propagate aufs file references to new vmas created by remap_file_pages() + [ Aurelien Jarno ] + * [arm64] Enable COMPAT to support 32-bit binaries. + -- Ben Hutchings Tue, 17 Jun 2014 16:44:33 +0100 linux (3.14.7-1) unstable; urgency=medium diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 94d894b7f..b2e2a53a8 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -3,6 +3,7 @@ ## CONFIG_ARCH_VEXPRESS=y CONFIG_ARCH_XGENE=y +CONFIG_COMPAT=y CONFIG_SMP=y CONFIG_XEN=y