[kernel] r10897 - in dists/trunk/linux-2.6/debian/config: amd64 i386

Maximilian Attems maks at alioth.debian.org
Sun Mar 16 09:18:44 UTC 2008


Author: maks
Date: Sun Mar 16 09:18:42 2008
New Revision: 10897

Log:
x86 unset bloody seccomp

8c8e33da0ab5125dcce04c3593b25460da9ff712, forgot to re unset it for x86.


Modified:
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/i386/config

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Sun Mar 16 09:18:42 2008
@@ -27,6 +27,7 @@
 CONFIG_X86_CPUID=m
 CONFIG_MTRR=y
 CONFIG_EFI=y
+# CONFIG_SECCOMP is not set
 # CONFIG_CC_STACKPROTECTOR is not set
 CONFIG_KEXEC=y
 # CONFIG_CRASH_DUMP is not set

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Sun Mar 16 09:18:42 2008
@@ -44,6 +44,7 @@
 CONFIG_MTRR=y
 CONFIG_EFI=y
 # CONFIG_IRQBALANCE is not set
+# CONFIG_SECCOMP is not set
 CONFIG_KEXEC=y
 # CONFIG_CRASH_DUMP is not set
 CONFIG_PHYSICAL_START=0x100000



More information about the Kernel-svn-changes mailing list