aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2006-12-02 11:05:09 +0000
committerBastian Blank <waldi@debian.org>2006-12-02 11:05:09 +0000
commit62f2d13b4981c126cce6175e19e0c438d40850db (patch)
tree91f5fdb12bc61295cffb551e0076db43e4bf27d5
parent35e6a241cf3c4534a39437a3f78a917aada02c8a (diff)
downloadkernel_replicant_linux-62f2d13b4981c126cce6175e19e0c438d40850db.tar.gz
kernel_replicant_linux-62f2d13b4981c126cce6175e19e0c438d40850db.tar.bz2
kernel_replicant_linux-62f2d13b4981c126cce6175e19e0c438d40850db.zip
Revert r7900, changes the ABI.
svn path=/dists/sid/linux-2.6/; revision=7902
-rw-r--r--debian/arch/_xen/config2
-rw-r--r--debian/changelog1
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/arch/_xen/config b/debian/arch/_xen/config
index 55fb6c79e3e0..bab0e3cfa0de 100644
--- a/debian/arch/_xen/config
+++ b/debian/arch/_xen/config
@@ -17,7 +17,7 @@ CONFIG_XEN_PCIDEV_BACKEND_VPCI=y
CONFIG_XEN_BLKDEV_FRONTEND=y
CONFIG_XEN_NETDEV_FRONTEND=y
CONFIG_XEN_SCRUB_PAGES=y
-# CONFIG_XEN_DISABLE_SERIAL is not set
+CONFIG_XEN_DISABLE_SERIAL=y
CONFIG_XEN_SYSFS=y
CONFIG_XEN_COMPAT_030002_AND_LATER=y
# CONFIG_XEN_COMPAT_LATEST_ONLY is not set
diff --git a/debian/changelog b/debian/changelog
index 3d0204215384..e9ba838e1bf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,6 @@ linux-2.6 (2.6.18-7) UNRELEASED; urgency=low
[ Bastian Blank ]
* Emit conflict lines for initramfs generators. (closes: #400305)
* Update vserver patch to 2.0.2.2-rc8.
- * xen: Don't disable serial drivers.
* s390: Add patch to fix posix types.
[ Martin Michlmayr ]