[arm64] Enable COMPAT to support 32-bit binaries.

svn path=/dists/sid/linux/; revision=21468
This commit is contained in:
Aurelien Jarno 2014-06-25 21:17:52 +00:00
parent 834cec7463
commit 2c6566ffb8
2 changed files with 4 additions and 0 deletions

3
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Tue, 17 Jun 2014 16:44:33 +0100
linux (3.14.7-1) unstable; urgency=medium

View File

@ -3,6 +3,7 @@
##
CONFIG_ARCH_VEXPRESS=y
CONFIG_ARCH_XGENE=y
CONFIG_COMPAT=y
CONFIG_SMP=y
CONFIG_XEN=y